We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b2394 commit 6a5df9fCopy full SHA for 6a5df9f
css-color-4/Overview.bs
@@ -5507,16 +5507,15 @@ Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE
5507
<li>set |clipped| to clip(|current|)</li>
5508
<li>set |E| to delta(|clipped|, |current|)</li>
5509
<li>if |E| < |JND|
5510
- return |clipped| as the gamut mapped color
5511
- <!-- <ol>
+ <ol>
5512
<li>if (|JND| - |E| < |epsilon|) return |clipped| as the gamut mapped color</li>
5513
<li>otherwise,
5514
<ol>
5515
<li>set |min_inGamut| to false</li>
5516
<li>set |min| to |chroma|</li>
5517
</ol>
5518
</li>
5519
- </ol> -->
+ </ol>
5520
5521
<li>otherwise, set |max| to |chroma| and continue to repeat these steps</li>
5522
0 commit comments