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)
    class Window
    final
    void
    setClearColor
    (
    ref const Color col
    )
  2. void setClearColor(Color col)
  3. void setClearColor(float red, float green, float blue, float alpha)

Meta