Public Member Functions | |
Color (byte r, byte g, byte b) | |
Color (const Color &c) | |
Color (uint32 c) | |
byte & | getRed () |
byte | getRed () const |
byte & | getGreen () |
byte | getGreen () const |
byte & | getBlue () |
byte | getBlue () const |
uint32 | toEncodedValue () |
Color & | operator= (const Color &c) |
Color & | operator= (const Color *c) |
Public Attributes | |
byte | _vals [3] |