We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d6185 commit a0a8c4dCopy full SHA for a0a8c4d
css-color-4/Overview.bs
@@ -5326,7 +5326,8 @@ Gamut Mapping
5326
to be in gamut of a destination color space |destination|:
5327
5328
<ol>
5329
- <li>let |origin_OKLCH| be |origin| converted to the OKLCH color space</li>
+ <li>let |origin_OKLCH| be |origin| converted
5330
+ from |origin color space| to the OKLCH color space</li>
5331
<li>if the Lightness of |origin_OKLCH| is greater than or equal to 100%,
5332
return { 1 1 1 origin.alpha } in |destination|</li>
5333
<li>if the Lightness of |origin_OKLCH| is less than than or equal to 0%,
0 commit comments