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

#include <xdot.h>

Collaboration diagram for xdot_linear_grad:
[legend]

Data Fields

double x0
 
double y0
 
double x1
 
double y1
 
int n_stops
 
xdot_color_stopstops
 

Detailed Description

Definition at line 54 of file xdot.h.

Field Documentation

◆ n_stops

int xdot_linear_grad::n_stops

Definition at line 57 of file xdot.h.

Referenced by freeXDotColor(), linGradient(), toGradString(), and write_linear_grad().

◆ stops

xdot_color_stop* xdot_linear_grad::stops

Definition at line 58 of file xdot.h.

Referenced by freeXDotColor(), linGradient(), toGradString(), and write_linear_grad().

◆ x0

double xdot_linear_grad::x0

Definition at line 55 of file xdot.h.

Referenced by linGradient(), toGradString(), and write_linear_grad().

◆ x1

double xdot_linear_grad::x1

Definition at line 56 of file xdot.h.

Referenced by linGradient(), toGradString(), and write_linear_grad().

◆ y0

double xdot_linear_grad::y0

Definition at line 55 of file xdot.h.

Referenced by linGradient(), toGradString(), and write_linear_grad().

◆ y1

double xdot_linear_grad::y1

Definition at line 56 of file xdot.h.

Referenced by linGradient(), toGradString(), and write_linear_grad().


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