Graphviz 13.0.0~dev.20241222.1117
|
#include <color.h>
Data Fields | ||
union { | ||
double RGBA [4] | ||
double HSVA [4] | ||
unsigned char rgba [4] | ||
int rrggbbaa [4] | ||
char * string | ||
int index | ||
} | u | |
color_type_t | type | |
double color_s::HSVA[4] |
Definition at line 33 of file color.h.
Referenced by lasi_bezier(), lasi_ellipse(), lasi_library_shape(), lasi_polygon(), lasi_polyline(), lasi_textspan(), psgen_bezier(), psgen_ellipse(), psgen_library_shape(), psgen_polygon(), psgen_polyline(), and psgen_textspan().
int color_s::index |
Definition at line 37 of file color.h.
Referenced by fig_bezier(), fig_ellipse(), fig_polygon(), fig_polyline(), fig_textspan(), gdgen_bezier(), gdgen_ellipse(), gdgen_polygon(), gdgen_set_penstyle(), and gdgen_textspan().
double color_s::RGBA[4] |
Definition at line 32 of file color.h.
Referenced by changetopfishfocus(), GetglCompColor(), glCompColorxlate(), object_color(), prepare_topological_fisheye(), quartzgen_path(), quartzgen_textspan(), set_color_button_widget(), set_color_theme_color(), and set_viewport_settings_from_template().
unsigned char color_s::rgba[4] |
Definition at line 34 of file color.h.
Referenced by gdiplusgen_path(), gdiplusgen_textspan(), svg_grstyle(), svg_textspan(), xdot_color_stop(), xdot_fillcolor(), and xdot_pencolor().
char* color_s::string |
Definition at line 36 of file color.h.
Referenced by svg_textspan().
color_type_t color_s::type |
Definition at line 39 of file color.h.
Referenced by svg_grstyle(), and svg_textspan().
union { ... } color_s::u |
Referenced by changetopfishfocus(), fig_bezier(), fig_ellipse(), fig_polygon(), fig_polyline(), fig_textspan(), gdgen_bezier(), gdgen_ellipse(), gdgen_polygon(), gdgen_set_penstyle(), gdgen_textspan(), gdiplusgen_path(), gdiplusgen_textspan(), GetglCompColor(), glCompColorxlate(), lasi_bezier(), lasi_ellipse(), lasi_library_shape(), lasi_polygon(), lasi_polyline(), lasi_textspan(), object_color(), prepare_topological_fisheye(), psgen_bezier(), psgen_ellipse(), psgen_library_shape(), psgen_polygon(), psgen_polyline(), psgen_textspan(), quartzgen_path(), quartzgen_textspan(), set_color_button_widget(), set_color_theme_color(), set_viewport_settings_from_template(), svg_grstyle(), svg_textspan(), xdot_color_stop(), xdot_fillcolor(), and xdot_pencolor().