Public Member Functions | |
TMCRGBColor (void) | |
TMCRGBColor (uint16 red, uint16 green, uint16 blue) | |
TMCRGBColor (uint32 argb) | |
TMCRGBColor (const TMCColorRGB &other) | |
uint32 | RGBToChunky () const |
boolean | ChunkyToRGB (uint32 argb) |
boolean | operator== (const TMCRGBColor &rhs) const |
boolean | operator!= (const TMCRGBColor &rhs) const |
Public Attributes | |
uint16 | rr |
uint16 | gg |
uint16 | bb |
Static Public Attributes | |
static TMCRGBColor | sBlack |
static TMCRGBColor | sWhite |
static TMCRGBColor | sRed |
static TMCRGBColor | sGreen |
static TMCRGBColor | sBlue |
static TMCRGBColor | sStandardGray |
TMCRGBColor::TMCRGBColor | ( | void | ) | [inline] |
TMCRGBColor::TMCRGBColor | ( | uint32 | argb | ) | [inline] |
TMCRGBColor::TMCRGBColor | ( | const TMCColorRGB & | other | ) | [explicit] |
boolean TMCRGBColor::operator!= | ( | const TMCRGBColor & | rhs | ) | const [inline] |
boolean TMCRGBColor::operator== | ( | const TMCRGBColor & | rhs | ) | const [inline] |
uint32 TMCRGBColor::RGBToChunky | ( | ) | const [inline] |
TMCRGBColor TMCRGBColor::sBlack [static] |
TMCRGBColor TMCRGBColor::sBlue [static] |
TMCRGBColor TMCRGBColor::sGreen [static] |
TMCRGBColor TMCRGBColor::sRed [static] |
TMCRGBColor TMCRGBColor::sStandardGray [static] |
TMCRGBColor TMCRGBColor::sWhite [static] |