Variable Color.r

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