Variable Color.r

Red value for the color

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