Variable Color.g

Green value for the color

struct Color
{
  // ...
  ubyte g ;
  // ...
}