Graphviz 13.0.0~dev.20241220.2304
|
#include <xdot.h>
Data Fields | ||
xdot_grad_type | type | |
union { | ||
char * clr | ||
xdot_linear_grad ling | ||
xdot_radial_grad ring | ||
} | u | |
char* xdot_color::clr |
Definition at line 71 of file xdot.h.
Referenced by parseOp(), parseXDotColor(), and write_xdot().
xdot_linear_grad xdot_color::ling |
Definition at line 72 of file xdot.h.
Referenced by emit_xdot(), freeXDotColor(), linGradient(), toGradString(), and write_xdot().
xdot_radial_grad xdot_color::ring |
Definition at line 73 of file xdot.h.
Referenced by emit_xdot(), freeXDotColor(), radGradient(), toGradString(), and write_xdot().
xdot_grad_type xdot_color::type |
Definition at line 69 of file xdot.h.
Referenced by emit_xdot(), freeXDotColor(), linGradient(), parseOp(), parseXDotColor(), radGradient(), toGradString(), and write_xdot().
union { ... } xdot_color::u |
Referenced by emit_xdot(), freeXDotColor(), linGradient(), parseOp(), parseXDotColor(), radGradient(), toGradString(), and write_xdot().