Re: [csswg-drafts] [css-color-4] Lch limits on hue value are a bit too limiting (#4703)

Gradients currently don't care about the color angle at all; they convert the color into RGB and then linearly interpolate the RGB components.

When we do allow specifying interpolation in gradients, I expect it'll match how gradients are already defined to interpolate their angles - it interpolates the angles numerically exactly as you specify, so 10deg to 350deg goes the long way around the circle.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4703#issuecomment-582668843 using your GitHub account

Received on Wednesday, 5 February 2020 23:51:34 UTC