Graphviz  2.41.20171026.1811
Data Fields
xdot_color Struct Reference

#include <xdot.h>

Collaboration diagram for xdot_color:
Collaboration graph
[legend]

Data Fields

xdot_grad_type type
 
union {
   char *   clr
 
   xdot_linear_grad   ling
 
   xdot_radial_grad   ring
 
u
 

Detailed Description

Definition at line 61 of file xdot.h.

Field Documentation

char* xdot_color::clr

Definition at line 64 of file xdot.h.

Referenced by parseXDotColor().

xdot_linear_grad xdot_color::ling

Definition at line 65 of file xdot.h.

Referenced by freeXDotColor().

xdot_radial_grad xdot_color::ring

Definition at line 66 of file xdot.h.

Referenced by freeXDotColor().

xdot_grad_type xdot_color::type

Definition at line 62 of file xdot.h.

Referenced by freeXDotColor(), and parseXDotColor().

union { ... } xdot_color::u

Referenced by freeXDotColor(), and parseXDotColor().


The documentation for this struct was generated from the following file: