File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
218
218
219
219
220
220
<pre class='prod'>
221
- <dfn>color-mix()</dfn> = color-mix( <<color-interpolation-method>> , [ <<color>> && <<percentage [0,100]>> ? ]#)
221
+ <dfn>color-mix()</dfn> = color-mix( [ <<color-interpolation-method>> ,]? [ <<color>> && <<percentage [0,100]>> ? ]#)
222
222
</pre>
223
223
224
224
<wpt>
@@ -227,6 +227,13 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
227
227
228
228
</wpt>
229
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
+
230
237
<h3 id="color-mix-percent-norm">
231
238
Percentage Normalization
232
239
</h3>
You can’t perform that action at this time.
0 commit comments