Variable Color.b

Blue value for the color

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