Variable Color.a

Alpha value or transparency for the color

struct Color
{
  // ...
  ubyte a = cast(ubyte)255u;
  // ...
}