Public Member Functions | |
TMCARGBColor (void) | |
TMCARGBColor (uint16 alpha, uint16 red, uint16 green, uint16 blue) | |
Public Attributes | |
uint16 | aa |
uint16 | rr |
uint16 | gg |
uint16 | bb |
16 bits precision color with 4 channels (alpha, red, green, blue). Values are between 0 and 65535
TMCARGBColor::TMCARGBColor | ( | void | ) | [inline] |