|
Graphviz 14.0.3~dev.20251029.0425
|
#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 70 of file xdot.h.
Referenced by parseOp(), parseXDotColor(), and write_xdot().
| xdot_linear_grad xdot_color::ling |
Definition at line 71 of file xdot.h.
Referenced by emit_xdot(), freeXDotColor(), linGradient(), toGradString(), and write_xdot().
| xdot_radial_grad xdot_color::ring |
Definition at line 72 of file xdot.h.
Referenced by emit_xdot(), freeXDotColor(), radGradient(), toGradString(), and write_xdot().
| xdot_grad_type xdot_color::type |
Definition at line 68 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().