Skip to content

Commit 6a5df9f

Browse files
committed
[css-color-4] Revert changes from 0674822 #9715
1 parent 36b2394 commit 6a5df9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-color-4/Overview.bs

+2-3
Original file line numberDiff line numberDiff line change
@@ -5507,16 +5507,15 @@ Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE
55075507
<li>set |clipped| to clip(|current|)</li>
55085508
<li>set |E| to delta(|clipped|, |current|)</li>
55095509
<li>if |E| < |JND|
5510-
return |clipped| as the gamut mapped color
5511-
<!-- <ol>
5510+
<ol>
55125511
<li>if (|JND| - |E| < |epsilon|) return |clipped| as the gamut mapped color</li>
55135512
<li>otherwise,
55145513
<ol>
55155514
<li>set |min_inGamut| to false</li>
55165515
<li>set |min| to |chroma|</li>
55175516
</ol>
55185517
</li>
5519-
</ol> -->
5518+
</ol>
55205519
</li>
55215520
<li>otherwise, set |max| to |chroma| and continue to repeat these steps</li>
55225521
</ol>

0 commit comments

Comments
 (0)