Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
color.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hsvrgbacolor_t
 
struct  color_s
 

Macros

#define COLOR_MALLOC_FAIL   -1
 
#define COLOR_UNKNOWN   1
 
#define COLOR_OK   0
 

Typedefs

typedef struct hsvrgbacolor_t hsvrgbacolor_t
 
typedef struct color_s gvcolor_t
 

Enumerations

enum  color_type_t {
  HSVA_DOUBLE , RGBA_BYTE , RGBA_WORD , RGBA_DOUBLE ,
  COLOR_STRING , COLOR_INDEX
}
 

Macro Definition Documentation

◆ COLOR_MALLOC_FAIL

#define COLOR_MALLOC_FAIL   -1

Definition at line 42 of file color.h.

◆ COLOR_OK

#define COLOR_OK   0

Definition at line 44 of file color.h.

◆ COLOR_UNKNOWN

#define COLOR_UNKNOWN   1

Definition at line 43 of file color.h.

Typedef Documentation

◆ gvcolor_t

typedef struct color_s gvcolor_t

◆ hsvrgbacolor_t

Enumeration Type Documentation

◆ color_type_t

Enumerator
HSVA_DOUBLE 
RGBA_BYTE 
RGBA_WORD 
RGBA_DOUBLE 
COLOR_STRING 
COLOR_INDEX 

Definition at line 26 of file color.h.