6.3 OEDepictColor

struct OEDepictColor
{
  unsigned char r, g, b;
}

This structure is used by the OEDepict library to store a Red-Green-Blue (RGB) color triple. Currently, the only place this is externally visible is the col array of an OE8BitImage. The r, g and b fields hold the 8-bit red, green and blue components of a 24-bit color.