|
Graphviz 14.1.2~dev.20260118.1035
|
#include <stddef.h>Go to the source code of this file.
Variables | |
| const signed char | lab_gamut_data [] |
| const size_t | lab_gamut_data_size |
|
extern |
lookup table for the visible spectrum of the CIELAB color space
This table is entries of 4-tuples of the form (L*, a*, b* lower bound, b* upper bound). A plain lookup table and/or the use of structs is avoided to save memory during compilation. Without this, MSVC ~2019 exhausts memory in CI.
More information about CIELAB: https://en.wikipedia.org/wiki/CIELAB_color_space
Definition at line 16 of file lab_gamut.c.
Referenced by lab_gamut().
|
extern |
Definition at line 10751 of file lab_gamut.c.
Referenced by lab_gamut().