Public Methods |
| csRGBcolor () |
| csRGBcolor (unsigned char r, unsigned char g, unsigned char b) |
void | Set (unsigned char r, unsigned char g, unsigned char b) |
bool | operator== (const csRGBcolor &c) const |
bool | operator!= (const csRGBcolor &c) const |
csRGBcolor | operator+ (const csRGBcolor &c) const |
Public Attributes |
unsigned char | red |
unsigned char | green |
unsigned char | blue |
This class is used whenever we need just R, G and B information, such as when defining a color palette.