Skip to content

Commit

Permalink
[css-color-4] Correct step 4 of GMA, fix #10226
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Apr 22, 2024
1 parent f13279b commit 3e64a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5638,7 +5638,7 @@ Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE
<li>set |chroma| to (|min| + |max|) /2</li>
<li>set the chroma component of |current| to |chroma|</li>
<li>if |min_inGamut| is true and also if inGamut(|current|) is true, set |min| to |chroma| and continue to repeat these steps</li>
<li>otherwise, if inGamut(|current|) is false carry out these steps:
<li>otherwise, carry out these steps:
<ol>
<li>set |clipped| to clip(|current|)</li>
<li>set |E| to delta(|clipped|, |current|)</li>
Expand Down

0 comments on commit 3e64a48

Please sign in to comment.