Variable RGB.b

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