Window.setClearColor

Set the color which this windows use to clear the buffer. This is also the background color of the window.

struct Window
@nogc
void
setClearColor
const nothrow
(
const Color4b col
)

Meta