Window.setClearColor

Set the color with which this windows clear his buffer. This is also the background color of the window.

  1. void setClearColor(Color col)
  2. void setClearColor(Color col)
  3. void setClearColor(float red, float green, float blue, float alpha)
    class Window
    final
    void
    setClearColor
    (
    float red
    ,
    float green
    ,
    float blue
    ,
    float alpha = 0.0
    )

Meta