We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8c521 commit d86a61dCopy full SHA for d86a61d
1 file changed
css-color-4/Overview.bs
@@ -4765,9 +4765,13 @@ Interpolation</h2>
4765
animations, and
4766
color mixing and color modification functions.
4767
4768
- In general, interpolation between <<color>> values
4769
- occurs by linearly interpolating each component of the computed value of the color
4770
- separately, in a given color space which will be referred to as the 'interpolation space' below.
+ Interpolation between <<color>> values
+ occurs by first
+ converting them to a given color space
4771
+ which will be referred to as the 'interpolation space' below,
4772
+ and then
4773
+ linearly interpolating each component of the computed value of the color
4774
+ separately.
4775
4776
<!--
4777
0 commit comments