Types
-
struct color_t
Stores a color value in ARGB format. Each color component ranges from 0 to 255 (8-bit).
Public Functions
-
color_t()
-
color_t(color_elem_t _red, color_elem_t _green, color_elem_t _blue)
-
color_t(color_elem_t _alpha, color_elem_t _red, color_elem_t _green, color_elem_t _blue)
-
void reset()
-
color_t()