We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd17b8 commit 00da2c7Copy full SHA for 00da2c7
css-color-5/Overview.bs
@@ -239,7 +239,9 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
239
240
After normalizing both percentages, the result is produced via the following algorithm:
241
242
-1. Both colors are converted to the specified <<color-space>>.
+1. As described in [[css-color-4#interpolation]],
243
+ both colors are converted to the specified interpolation <<color-space>>,
244
+ taking into account any [=analogous components=].
245
2. Colors are then interpolated in the specified color space,
246
as described in [[css-color-4#interpolation]].
247
If the specified color space is a ''cylindrical-polar-color'' space,
0 commit comments