Public Member Functions | |
| Color (const GuiColor &c) | |
| Color (unsigned char red=0, unsigned char green=0, unsigned char blue=0) | |
| Color | light (int percent) |
| operator GuiColor () const | |
Public Attributes | |
| unsigned char | blue |
| unsigned char | green |
| unsigned char | red |
| ifm::Color::Color | ( | unsigned char | red = 0, |
|
| unsigned char | green = 0, |
|||
| unsigned char | blue = 0 | |||
| ) |
| ifm::Color::Color | ( | const GuiColor & | c | ) |
Allow implicit conversions for compatability with gui toolkits.
| Color ifm::Color::light | ( | int | percent | ) |
| ifm::Color::operator GuiColor | ( | ) | const |
Allow implicit conversions for compatability with gui toolkits.
| unsigned char ifm::Color::blue |
| unsigned char ifm::Color::green |
| unsigned char ifm::Color::red |