Variable Color.transparent

Fully transparent black.

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