Variable Color.black

Opaque black.

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