NinjaFlight
|
Go to the source code of this file.
Data Structures | |
union | rgbColor24bpp_t |
struct | hsvColor_s |
Macros | |
#define | RGB_COLOR_COMPONENT_COUNT (RGB_BLUE + 1) |
#define | HSV_HUE_MAX 359 |
#define | HSV_SATURATION_MAX 255 |
#define | HSV_VALUE_MAX 255 |
#define | HSV_COLOR_COMPONENT_COUNT (HSV_VALUE + 1) |
Typedefs | |
typedef struct hsvColor_s | hsvColor_t |
Enumerations | |
enum | colorComponent_e { RGB_RED = 0, RGB_GREEN, RGB_BLUE } |
enum | hsvColorComponent_e { HSV_HUE = 0, HSV_SATURATION, HSV_VALUE } |
#define HSV_COLOR_COMPONENT_COUNT (HSV_VALUE + 1) |
#define HSV_HUE_MAX 359 |
#define HSV_SATURATION_MAX 255 |
#define HSV_VALUE_MAX 255 |
#define RGB_COLOR_COMPONENT_COUNT (RGB_BLUE + 1) |
typedef struct hsvColor_s hsvColor_t |
enum colorComponent_e |
enum hsvColorComponent_e |