|
XLE
v0.02.0
|
Public Member Functions | |
| ColorB (uint8 r_, uint8 g_, uint8 b_, uint8 a_=0xff) | |
| ColorB (uint32 rawColor) | |
| unsigned | AsUInt32 () const |
Static Public Member Functions | |
| static ColorB | FromNormalized (float r_, float g_, float b_, float a_=1.f) |
Public Attributes | |
| uint8 | a |
| uint8 | r |
| uint8 | g |
| uint8 | b |
Static Public Attributes | |
| static const ColorB | White |
| static const ColorB | Black |
| static const ColorB | Red |
| static const ColorB | Green |
| static const ColorB | Blue |
| static const ColorB | Zero |
1.8.10