Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Variables | |
const signed char | lab_gamut_data [] |
const size_t | lab_gamut_data_size = sizeof(lab_gamut_data) / sizeof(signed char) |
const signed char lab_gamut_data[] |
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 14 of file lab_gamut.c.
Referenced by lab_gamut().
const size_t lab_gamut_data_size = sizeof(lab_gamut_data) / sizeof(signed char) |
Definition at line 10749 of file lab_gamut.c.
Referenced by lab_gamut().