We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3ab46 commit f805b23Copy full SHA for f805b23
css-color-5/Overview.bs
@@ -236,6 +236,16 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
236
If no color interpolation method is specified, assume Oklab.
237
Otherwise, use the specified colorspace for mixing.
238
239
+<div class="example" id="ex-omitted-colorspace">
240
+ For example, these two are exactly equivalent:
241
+
242
+ <pre class="lang-css">
243
+ color-mix(in oklab, firebrick, goldenrod)
244
+ color-mix(firebrick, goldenrod)
245
+ </pre>
246
247
+</div>
248
249
<h3 id="color-mix-percent-norm">
250
Percentage Normalization
251
</h3>
0 commit comments