Variable Game.clearColor

Default value for the color this Game's Windows' framebuffers should be cleared to when rendered.

class Game
{
  // ...
  const(Color) clearColor ;
  // ...
}