|
Graphviz 14.1.2~dev.20260118.2044
|
#include "config.h"#include <sparse/color_palette.h>#include <stdbool.h>#include <string.h>#include <util/streq.h>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 18 of file color_palette.c.
| const char * color_palettes_get | ( | const char * | color_palette_name | ) |
Definition at line 377 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 387 of file color_palette.c.
References color_palettes_get(), and NULL.
Referenced by knownColorScheme().
| bool knownColorScheme | ( | const char * | name | ) |
Definition at line 391 of file color_palette.c.
References color_palettes_Q(), and streq().
Referenced by init(), and init().
|
static |
Definition at line 20 of file color_palette.c.
Referenced by color_palettes_get().
| const float palette_adam[11][3] |
Definition at line 7609 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
| const float palette_adam_blend[1001][3] |
Definition at line 6607 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
| const float palette_blue_to_yellow[1001][3] |
Definition at line 1401 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
| const float palette_grey[1001][3] |
Definition at line 3306 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
| const float palette_grey_to_red[1001][3] |
Definition at line 1899 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
| const float palette_pastel[1001][3] |
Definition at line 399 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
| const float palette_primary[1001][3] |
Definition at line 3581 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
| const float palette_sequential_singlehue_red[1001][3] |
Definition at line 4589 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
| const float palette_sequential_singlehue_red_lighter[1001][3] |
Definition at line 5596 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().
| const float palette_white_to_red[1001][3] |
Definition at line 2604 of file color_palette.c.
Referenced by Import_coord_clusters_from_dot().