]> granicus.if.org Git - graphviz/commit
fix: missing value in CIELAB lookup table
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 11 Mar 2021 04:16:26 +0000 (20:16 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 18 Mar 2021 00:08:14 +0000 (17:08 -0700)
commit77da5a591e1ae23491fed15f34692512030b125c
tree6622c60b59e9a93203a222c4dcd72b2eba4814d3
parentee585a03a5dfa40683617b50e79b76ccfb562882
fix: missing value in CIELAB lookup table

This lookup table contains an approximation of the visible gamut of the CIELAB
color space.¹ While scaling to, e.g., Standard RGB is not linear, it is
continuous. Therefore it follows that if (L=5,a=22,b=6) is visible and
(L=5,a=22,b=8) is visible, (L=5,a=22,b=7) is also visible. This was presumably
an accidental deletion committed in pre-version-control days. Fixes #1974.

  ¹ https://en.wikipedia.org/wiki/CIELAB_color_space
CHANGELOG.md
lib/edgepaint/lab_gamut.c