struct
jjPALCOLOR
Public static functions
- static void Create(void* self)
-
static void CreateFromRgb(std::
uint8_t red, std:: uint8_t green, std:: uint8_t blue, void* self)
Public functions
-
auto getHue() -> std::
uint8_t -
auto getSat() -> std::
uint8_t -
auto getLight() -> std::
uint8_t -
void swizzle(std::
uint32_t redc, std:: uint32_t greenc, std:: uint32_t bluec) -
void setHSL(std::
int32_t hue, std:: uint8_t sat, std:: uint8_t light) - auto operator=(const jjPALCOLOR& other) -> jjPALCOLOR&
- auto operator==(const jjPALCOLOR& other) -> bool