Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Enumerations | |
enum | { npalettes = 265 } |
Functions | |
const char * | color_palettes_get (const char *color_palette_name) |
static bool | color_palettes_Q (const char *color_palette_name) |
bool | knownColorScheme (const char *name) |
Variables | |
static const char *const | color_palettes [npalettes][2] |
const float | palette_pastel [1001][3] |
const float | palette_blue_to_yellow [1001][3] |
const float | palette_grey_to_red [1001][3] |
const float | palette_white_to_red [1001][3] |
const float | palette_grey [1001][3] |
const float | palette_primary [1001][3] |
const float | palette_sequential_singlehue_red [1001][3] |
const float | palette_sequential_singlehue_red_lighter [1001][3] |
const float | palette_adam_blend [1001][3] |
const float | palette_adam [11][3] |
anonymous enum |
Enumerator | |
---|---|
npalettes |
Definition at line 16 of file color_palette.c.
const char * color_palettes_get | ( | const char * | color_palette_name | ) |
Definition at line 375 of file color_palette.c.
References color_palettes, npalettes, and NULL.
Referenced by color_blend_rgb2lab(), color_palettes_Q(), and node_distinct_coloring().
|
static |
Definition at line 385 of file color_palette.c.
References color_palettes_get(), and NULL.
Referenced by knownColorScheme().
bool knownColorScheme | ( | const char * | name | ) |
Definition at line 389 of file color_palette.c.
References color_palettes_Q(), and streq().
Referenced by init(), and init().
|
static |
Definition at line 18 of file color_palette.c.
Referenced by color_palettes_get().
const float palette_adam[11][3] |
Definition at line 7607 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
const float palette_adam_blend[1001][3] |
Definition at line 6605 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
const float palette_blue_to_yellow[1001][3] |
Definition at line 1399 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
const float palette_grey[1001][3] |
Definition at line 3304 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
const float palette_grey_to_red[1001][3] |
Definition at line 1897 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
const float palette_pastel[1001][3] |
Definition at line 397 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
const float palette_primary[1001][3] |
Definition at line 3579 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
const float palette_sequential_singlehue_red[1001][3] |
Definition at line 4587 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
const float palette_sequential_singlehue_red_lighter[1001][3] |
Definition at line 5594 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
const float palette_white_to_red[1001][3] |
Definition at line 2602 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().