Public Member Functions | |
Color32_s () | |
Color32_s (int r, int g, int b, int a=255) | |
Color32_s (uint32 c) | |
operator uint32 () const | |
Public Attributes | |
uint8 | red |
uint8 | green |
uint8 | blue |
uint8 | alpha |
os::Color32_s::Color32_s | ( | ) | [inline] |
os::Color32_s::Color32_s | ( | int | r, | |
int | g, | |||
int | b, | |||
int | a = 255 | |||
) | [inline] |
os::Color32_s::Color32_s | ( | uint32 | c | ) | [inline] |
os::Color32_s::operator uint32 | ( | ) | const [inline] |
uint8 os::Color32_s::red |
uint8 os::Color32_s::green |
uint8 os::Color32_s::blue |
uint8 os::Color32_s::alpha |