Variable Color.white

Opaque white.

struct Color
{
  // ...
  const(Color) white = Color(1.0, 1.0, 1.0, 1.0);
  // ...
}