Renderer.setDrawColor

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

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

Meta