Skip to content

Commit d86a61d

Browse files
committed
[css-color-4] Reword color interpolation to stress conversion to a common space first.
1 parent ca8c521 commit d86a61d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

css-color-4/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4765,9 +4765,13 @@ Interpolation</h2>
47654765
animations, and
47664766
color mixing and color modification functions.
47674767

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.
4768+
Interpolation between <<color>> values
4769+
occurs by first
4770+
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.
47714775

47724776
<!--
47734777

0 commit comments

Comments
 (0)