hyperion.ng
|
This is the complete list of members for ColorSys, including all inherited members.
hsl2rgb(uint16_t hue, float saturation, float luminance, uint8_t &red, uint8_t &green, uint8_t &blue) | ColorSys | static |
hsv2rgb(uint16_t hue, uint8_t saturation, uint8_t value, uint8_t &red, uint8_t &green, uint8_t &blue) | ColorSys | static |
rgb2hsl(uint8_t red, uint8_t green, uint8_t blue, uint16_t &hue, float &saturation, float &luminance) | ColorSys | static |
rgb2hsv(uint8_t red, uint8_t green, uint8_t blue, uint16_t &hue, uint8_t &saturation, uint8_t &value) | ColorSys | static |