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.
color-mix()
1 parent f2e4a51 commit caadff4Copy full SHA for caadff4
css-color-5/Overview.bs
@@ -137,8 +137,8 @@ gamut mapping will occur.
137
3. Colors are then <a href="../css-color-4/#interpolation">interpolated in the specified colorspace</a>.
138
The result of mixing is the color at the specified percentage along the progression.
139
140
-Note: As a corrollary, 0% just returns the first color converted to the specified colorspace,
141
-100% returns the second color converted to the specified colorspace,
+Note: As a corrollary, 0% just returns the second color converted to the specified colorspace,
+100% returns the first color converted to the specified colorspace,
142
and 50% produces an equal mix of both.
143
144
<div class="example">
0 commit comments