Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
color_palette.h File Reference
#include <stdbool.h>
#include <stdio.h>
Include dependency graph for color_palette.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  { MAX_COLOR = 1001 }
 

Functions

bool knownColorScheme (const char *)
 
const char * color_palettes_get (const char *color_palette_name)
 

Variables

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]
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MAX_COLOR 

Definition at line 20 of file color_palette.h.

Function Documentation

◆ color_palettes_get()

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().

Here is the caller graph for this function:

◆ knownColorScheme()

bool knownColorScheme ( const char *  name)
extern

Definition at line 389 of file color_palette.c.

References color_palettes_Q(), and streq().

Referenced by init(), and init().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ palette_adam

const float palette_adam[11][3]
extern

Definition at line 7607 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().

◆ palette_adam_blend

const float palette_adam_blend[1001][3]
extern

Definition at line 6605 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().

◆ palette_blue_to_yellow

const float palette_blue_to_yellow[1001][3]
extern

Definition at line 1399 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().

◆ palette_grey

const float palette_grey[1001][3]
extern

Definition at line 3304 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().

◆ palette_grey_to_red

const float palette_grey_to_red[1001][3]
extern

Definition at line 1897 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().

◆ palette_pastel

const float palette_pastel[1001][3]
extern

Definition at line 397 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().

◆ palette_primary

const float palette_primary[1001][3]
extern

Definition at line 3579 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().

◆ palette_sequential_singlehue_red

const float palette_sequential_singlehue_red[1001][3]
extern

Definition at line 4587 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().

◆ palette_sequential_singlehue_red_lighter

const float palette_sequential_singlehue_red_lighter[1001][3]
extern

Definition at line 5594 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().

◆ palette_white_to_red

const float palette_white_to_red[1001][3]
extern

Definition at line 2602 of file color_palette.c.

Referenced by Import_coord_clusters_from_dot().