Re: [csswg-drafts] [css-color-4] Do gradients/animations using lab/lch colors interpolate in the Lab colorspace? (#4647)

@tabatkins you mean this sort of case?
```css
div {
   background: linear-gradient(to right, lch(50% 120 0deg), lch(50% 0 180deg));
}
```
That's exactly the kind of observation that diverts me from the stuff I'm supposed to be doing. I couldn't find any JS color libraries that had ideas on this. But I think it's essentially just reducing the contribution to the hue of the gradient from colors with lower chroma.

Here's my best effort: https://jsbin.com/qegehec/1/edit?js,output.

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

Received on Friday, 1 May 2020 10:54:22 UTC