Variable Color.blue

Opaque blue.

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