Variable Window.clearColor

Color this Window's framebuffer should be cleared to when rendered.

class Window
{
  // ...
  const(Color) clearColor = Color(0.0, 0.0, 0.0, 1.0);
  // ...
}