Graphviz
2.41.20171026.1811
|
#include "color.h"
Go to the source code of this file.
Functions | |
void | setColorScheme (char *s) |
int | colorxlate (char *str, gvcolor_t *color, color_type_t target_type) |
char * | canontoken (char *str) |
int | colorCvt (gvcolor_t *ocolor, gvcolor_t *ncolor) |
char* canontoken | ( | char * | str | ) |
Definition at line 145 of file colxlate.c.
References grealloc(), and NULL.
Definition at line 509 of file colxlate.c.
References CMYK_BYTE, COLOR_INDEX, COLOR_OK, COLOR_STRING, COLOR_UNKNOWN, colorxlate(), color_s::HSVA, HSVA_DOUBLE, color_s::RGBA, color_s::rgba, RGBA_BYTE, RGBA_DOUBLE, RGBA_WORD, color_s::rrggbbaa, color_s::string, color_s::type, and color_s::u.
int colorxlate | ( | char * | str, |
gvcolor_t * | color, | ||
color_type_t | target_type | ||
) |
Definition at line 254 of file colxlate.c.
Referenced by colorCvt(), and Import_coord_clusters_from_dot().
void setColorScheme | ( | char * | s | ) |
Definition at line 561 of file colxlate.c.
Referenced by emit_clusters().