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

#include <color.h>

Data Fields

union { 
 
   double   RGBA [4] 
 
   double   HSVA [4] 
 
   unsigned char   rgba [4] 
 
   int   rrggbbaa [4] 
 
   char *   string 
 
   int   index 
 
u 
 
color_type_t type
 

Detailed Description

Definition at line 30 of file color.h.

Field Documentation

◆ HSVA

◆ index

◆ RGBA

◆ rgba

unsigned char color_s::rgba[4]

◆ rrggbbaa

int color_s::rrggbbaa[4]

Definition at line 35 of file color.h.

◆ string

char* color_s::string

Definition at line 36 of file color.h.

Referenced by svg_textspan().

◆ type

color_type_t color_s::type

Definition at line 39 of file color.h.

Referenced by svg_grstyle(), and svg_textspan().

◆ [union]


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