Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Enumerations
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, CMYK_BYTE,
  RGBA_DOUBLE, COLOR_STRING, COLOR_INDEX
}
 

Macro Definition Documentation

#define COLOR_MALLOC_FAIL   -1

Definition at line 47 of file color.h.

Referenced by colorxlate().

#define COLOR_OK   0

Definition at line 49 of file color.h.

Referenced by colorCvt(), colorxlate(), and Import_coord_clusters_from_dot().

#define COLOR_UNKNOWN   1

Definition at line 48 of file color.h.

Referenced by colorCvt(), and colorxlate().

Typedef Documentation

typedef struct color_s gvcolor_t

Enumeration Type Documentation

Enumerator
HSVA_DOUBLE 
RGBA_BYTE 
RGBA_WORD 
CMYK_BYTE 
RGBA_DOUBLE 
COLOR_STRING 
COLOR_INDEX 

Definition at line 30 of file color.h.