Variable Window.defaultClearColor

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