Variable Color.a

struct Color
{
  // ...
  float a;
  // ...
}