Renderer.blendMode - multiple declarations
Function Renderer.blendMode
Wraps SDL_GetRenderDrawBlendMode
which gets the color blending mode of the renderer
Returns
color dsdl2
of the renderer
Throws
dsdl2
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 dsdl2 as the renderer's current color blending mode |
Throws
dsdl2
if failed to set the color blending mode