#include <TColor.h>
Public Member Functions | |
| TColor ()=default | |
| TFORCEINLINE constexpr | TColor (TUINT32 a_uiColor) |
| TFORCEINLINE constexpr | TColor (TUINT8 a_uiR, TUINT8 a_uiG, TUINT8 a_uiB, TUINT8 a_uiA=255) |
| TFORCEINLINE TColor & | operator= (TUINT32 a_uiColor) |
Public Attributes | ||
| union { | ||
| struct { | ||
| TUINT8 B | ||
| TUINT8 G | ||
| TUINT8 R | ||
| TUINT8 A | ||
| } | ||
| TUINT32 Value32 | ||
| }; | ||
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inline |
| union { ... } TColor |