We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea43807 commit 120af90Copy full SHA for 120af90
1 file changed
css-color-5/Overview.bs
@@ -314,7 +314,10 @@ Otherwise, use the specified colorspace for mixing.
314
Let |combined percentage| be the sum of |a| and |b|’s percentages.
315
2. Interpolate |a| and |b|’s colors
316
as described in [[css-color-4#interpolation]],
317
- with a progress percentage equal to <code>(|b|’s percentage) / |combined percentage|)</code>.
+ with a progress percentage equal to
318
+ <code>(|b|’s percentage) / |combined percentage|)</code>,
319
+ if |combined percentage| is greater than 0,
320
+ and 0.5 otherwise.
321
If the specified color space is a [=cylindrical polar color=] space,
322
then the <<hue-interpolation-method>> controls the
323
interpolation of hue, as described in
0 commit comments