We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99001d4 commit 0674822Copy full SHA for 0674822
1 file changed
css-color-4/Overview.bs
@@ -5477,15 +5477,16 @@ Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE
5477
<li>set |clipped| to clip(|current|)</li>
5478
<li>set |E| to delta(|clipped|, |current|)</li>
5479
<li>if |E| < |JND|
5480
- <ol>
+ return |clipped| as the gamut mapped color
5481
+ <!-- <ol>
5482
<li>if (|JND| - |E| < |epsilon|) return |clipped| as the gamut mapped color</li>
5483
<li>otherwise,
5484
<ol>
5485
<li>set |min_inGamut| to false</li>
5486
<li>set |min| to |chroma|</li>
5487
</ol>
5488
</li>
- </ol>
5489
+ </ol> -->
5490
5491
<li>otherwise, set |max| to |chroma| and continue to repeat these steps</li>
5492
0 commit comments