Renderer.blendMode - multiple declarations
Function Renderer.blendMode
Wraps SDL_GetRenderDrawBlendMode which gets the color blending mode of the renderer
Returns
color dsdl of the renderer
Throws
dsdl if failed to get the color blending mode
Function Renderer.blendMode
Wraps SDL_SetRenderDrawBlendMode which sets the color blending mode of the renderer
Parameters
| Name | Description |
|---|---|
| newMode | new dsdl as the renderer's current color blending mode |
Throws
dsdl if failed to set the color blending mode