css-color-function
css-color-function copied to clipboard
Blending
During color
module update there was a fix to maintain compatibility, but final behavior doesn’t match the spec.
Spec says:
Linearly interpolate each of the channels of the colors according to the given
, where 0% produces the specified and 100% produces the base color.
Current version works in opposite way.