Variable Color.red

Opaque red.

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