color3
2.0.0.0
|
Macros | |
#define | COLOR3_UNKNOWN_COLOR 0 |
Color 3 color flags. More... | |
#define | COLOR3_RED_COLOR 1 |
#define | COLOR3_YELLOW_COLOR 2 |
#define | COLOR3_GREEN_COLOR 3 |
#define | COLOR3_CYAN_COLOR 4 |
#define | COLOR3_BLUE_COLOR 5 |
#define | COLOR3_MAGENTA_COLOR 6 |
#define | COLOR3_WHITE_COLOR 7 |
#define | COLOR3_BLACK_COLOR 8 |
#define | COLOR3_WHITE_COLOR_LIGHTNESS 97 |
Color 3 color from HSL thresholds. More... | |
#define | COLOR3_BLACK_COLOR_LIGHTNESS 3 |
#define | COLOR3_YELLOW_COLOR_HUE_ANGLE 30 |
#define | COLOR3_GREEN_COLOR_HUE_ANGLE 90 |
#define | COLOR3_CYAN_COLOR_HUE_ANGLE 150 |
#define | COLOR3_BLUE_COLOR_HUE_ANGLE 210 |
#define | COLOR3_MAGENTA_COLOR_HUE_ANGLE 270 |
#define | COLOR3_RED_COLOR_HUE_ANGLE 330 |
#define | COLOR3_HSL_HUE_RESOLUTION 360 |
Color 3 RGB to HSL calculation values. More... | |
#define | COLOR3_HSL_SATURATION_RESOLUTION 100 |
#define | COLOR3_HSL_LIGHTNESS_RESOLUTION 100 |
#define COLOR3_BLACK_COLOR 8 |
#define COLOR3_BLACK_COLOR_LIGHTNESS 3 |
#define COLOR3_BLUE_COLOR 5 |
#define COLOR3_BLUE_COLOR_HUE_ANGLE 210 |
#define COLOR3_CYAN_COLOR 4 |
#define COLOR3_CYAN_COLOR_HUE_ANGLE 150 |
#define COLOR3_GREEN_COLOR 3 |
#define COLOR3_GREEN_COLOR_HUE_ANGLE 90 |
#define COLOR3_HSL_HUE_RESOLUTION 360 |
Color 3 RGB to HSL calculation values.
Specified RGB to HSL calculation values of Color 3 Click driver.
#define COLOR3_HSL_LIGHTNESS_RESOLUTION 100 |
#define COLOR3_HSL_SATURATION_RESOLUTION 100 |
#define COLOR3_MAGENTA_COLOR 6 |
#define COLOR3_MAGENTA_COLOR_HUE_ANGLE 270 |
#define COLOR3_RED_COLOR 1 |
#define COLOR3_RED_COLOR_HUE_ANGLE 330 |
#define COLOR3_UNKNOWN_COLOR 0 |
Color 3 color flags.
Specified color flags of Color 3 Click driver.
#define COLOR3_WHITE_COLOR 7 |
#define COLOR3_WHITE_COLOR_LIGHTNESS 97 |
Color 3 color from HSL thresholds.
Specified color from HSL thresholds of Color 3 Click driver.
#define COLOR3_YELLOW_COLOR 2 |
#define COLOR3_YELLOW_COLOR_HUE_ANGLE 30 |