We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee66d7e commit c55700bCopy full SHA for c55700b
css-color-4/Overview.bs
@@ -5575,7 +5575,7 @@ Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE
5575
<li>set |E| to delta(|clipped|, |current|)</li>
5576
<li>if |E| < |JND|
5577
<ol>
5578
- <li>if (|E| - |JND| < |epsilon|) return |clipped| as the gamut mapped color</li>
+ <li>if (|JND| - |E| < |epsilon|) return |clipped| as the gamut mapped color</li>
5579
<li>otherwise,
5580
5581
<li>set |min_inGamut| to false</li>
@@ -5589,6 +5589,7 @@ Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE
5589
</li>
5590
</ol>
5591
5592
+ <li>return |current| as the gamut mapped color</li>
5593
5594
5595
0 commit comments