Renderer.blendMode

Wraps SDL_GetRenderDrawBlendMode which gets the color blending mode of the renderer

  1. BlendMode blendMode()
    class Renderer
    const @property @trusted
    blendMode
    ()
  2. void blendMode(BlendMode newMode)

Return Value

Type: BlendMode

color dsdl2.BlendMode of the renderer

Throws

dsdl2.SDLException if failed to get the color blending mode

Meta