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}
218218
219219
220220<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]>> ? ]#)
222222</pre>
223223
224224<wpt>
@@ -227,6 +227,13 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
227227
228228</wpt>
229229
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+
230237<h3 id="color-mix-percent-norm">
231238 Percentage Normalization
232239</h3>
You can’t perform that action at this time.
0 commit comments