Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
xdot_color Struct Reference

#include <xdot.h>

Collaboration diagram for xdot_color:
[legend]

Data Fields

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

Detailed Description

Definition at line 68 of file xdot.h.

Field Documentation

◆ clr

char* xdot_color::clr

Definition at line 71 of file xdot.h.

Referenced by parseOp(), parseXDotColor(), and write_xdot().

◆ ling

xdot_linear_grad xdot_color::ling

Definition at line 72 of file xdot.h.

Referenced by emit_xdot(), freeXDotColor(), linGradient(), toGradString(), and write_xdot().

◆ ring

xdot_radial_grad xdot_color::ring

Definition at line 73 of file xdot.h.

Referenced by emit_xdot(), freeXDotColor(), radGradient(), toGradString(), and write_xdot().

◆ type

◆ [union]


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