Renderer.setDrawColor

Use this function to set the color used for drawing operations (clear).

  1. void setDrawColor(Color col)
    class Renderer
    void
    setDrawColor
    (
    ref const Color col
    )
  2. void setDrawColor(Color col)
  3. void setDrawColor(ubyte r, ubyte g, ubyte b, ubyte a)

Meta