libxputty 0.1
Loading...
Searching...
No Matches
Data Fields
NSVGgradientData Struct Reference

#include <nanosvg.h>

Collaboration diagram for NSVGgradientData:
Collaboration graph
[legend]

Data Fields

char id [64]
 
char ref [64]
 
char type
 
union { 
 
   NSVGlinearData   linear 
 
   NSVGradialData   radial 
 
};  
 
char spread
 
char units
 
float xform [6]
 
int nstops
 
NSVGgradientStopstops
 
struct NSVGgradientDatanext
 

Detailed Description

Definition at line 395 of file nanosvg.h.

Field Documentation

◆ [union]

union { ... }

◆ id

char id[64]

Definition at line 397 of file nanosvg.h.

◆ linear

Definition at line 401 of file nanosvg.h.

◆ next

struct NSVGgradientData* next

Definition at line 409 of file nanosvg.h.

◆ nstops

int nstops

Definition at line 407 of file nanosvg.h.

◆ radial

Definition at line 402 of file nanosvg.h.

◆ ref

char ref[64]

Definition at line 398 of file nanosvg.h.

◆ spread

char spread

Definition at line 404 of file nanosvg.h.

◆ stops

Definition at line 408 of file nanosvg.h.

◆ type

char type

Definition at line 399 of file nanosvg.h.

◆ units

char units

Definition at line 405 of file nanosvg.h.

◆ xform

float xform[6]

Definition at line 406 of file nanosvg.h.


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