Variable Color.green

Opaque green.

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