Variable Color.b

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