|
Graphviz
2.41.20171026.1811
|
#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 |
| unsigned char color_s::cmyk[4] |
Definition at line 39 of file color.h.
Referenced by colorxlate().
| double color_s::HSVA[4] |
Definition at line 37 of file color.h.
Referenced by colorCvt(), and colorxlate().
| double color_s::RGBA[4] |
Definition at line 36 of file color.h.
Referenced by colorCvt(), colorxlate(), and Import_coord_clusters_from_dot().
| unsigned char color_s::rgba[4] |
Definition at line 38 of file color.h.
Referenced by colorCvt(), and colorxlate().
| int color_s::rrggbbaa[4] |
Definition at line 40 of file color.h.
Referenced by colorCvt(), and colorxlate().
| char* color_s::string |
Definition at line 41 of file color.h.
Referenced by colorCvt().
| color_type_t color_s::type |
Definition at line 44 of file color.h.
Referenced by colorCvt(), and colorxlate().
| union { ... } color_s::u |
Referenced by colorCvt(), colorxlate(), and Import_coord_clusters_from_dot().
1.8.5