#include <color.h>
Data Fields | |
| union { | |
| double RGBA [4] | |
| double HSVA [4] | |
| unsigned char rgba [4] | |
| unsigned char cmyk [4] | |
| int rrggbbaa [4] | |
| char * string | |
| int index | |
| } | u |
| color_type_t | type |
Definition at line 37 of file color.h.
| double color_s::RGBA[4] |
| double color_s::HSVA[4] |
| unsigned char color_s::rgba[4] |
| unsigned char color_s::cmyk[4] |
| int color_s::rrggbbaa[4] |
| char* color_s::string |
| int color_s::index |
| union { ... } color_s::u |
Referenced by colorxlate().
1.5.6