We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2710c commit c493601Copy full SHA for c493601
css-color-4/Overview.bs
@@ -5450,6 +5450,16 @@ CSS Gamut Mapping to an RGB Destination</h3>
5450
For the Oklch color space,
5451
one JND is is an Oklch difference of 0.02.
5452
5453
+ Note: In CIE Lab color space,
5454
+ where the range of the Lightness component is 0 to 100,
5455
+ using deltaE2000,
5456
+ one JND is 2.
5457
+ Because the range of Lightness in Oklab and Oklch
5458
+ is 0 to 1,
5459
+ using deltaEOK,
5460
+ one JND is 100 times smaller.
5461
+
5462
5463
<h4 id="binsearch">
5464
Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE</h4>
5465
0 commit comments