We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc6169 commit 7736cb5Copy full SHA for 7736cb5
1 file changed
css-color-5/Overview.bs
@@ -218,7 +218,7 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
218
219
220
<pre class='prod'>
221
- <dfn>color-mix()</dfn> = color-mix( <<color-interpolation-method>> , [ <<color>> && <<percentage [0,100]>>? ]#)
+ <dfn>color-mix()</dfn> = color-mix( [ <<color-interpolation-method>> ,]? [ <<color>> && <<percentage [0,100]>>? ]#)
222
</pre>
223
224
<wpt>
@@ -227,6 +227,13 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
227
228
</wpt>
229
230
+<h3 id="color-mix-space">
231
+ Colorspace for mixing
232
+</h3>
233
+
234
+If no color interpolation method is specified, assume Oklab.
235
+Otherwise, use the specified colorspace for mixing.
236
237
<h3 id="color-mix-percent-norm">
238
Percentage Normalization
239
</h3>
0 commit comments