Renderer.drawColor

Wraps SDL_GetRenderDrawColor which gets the draw color for the following draw calls

  1. Color drawColor()
    class Renderer
    const @property @trusted
    drawColor
    ()
  2. void drawColor(Color newColor)

Return Value

Type: Color

dsdl2.Color of the renderer's current draw color

Meta