Re: [csswg-drafts] [css-color-4] Allow any color space as part of the interpolation method? (#7907)

So we basically have two options here:

1. Reduce the current set down to those that give different results
2. Expand the current set up to include all defined color spaces

The current set was intended to cover these cases:

a) you want physical linear-light mixing. xyz-d65 is the ideal choice here. srgb-linear will give the same result, as it is defined over the extended range.
b) you want perceptual uniformity. Oklab is the best choice here, with CIE Lab provided as a less good but more familiar option
c) you want perceptual uniformity and care more about avoiding chroma loss than you do about colors swinging out of gamut: so Oklch, or (much worse) CIE LCH
d) you want backwards compatibility more than you want good results, so gamma-encoded sRGB

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 19 October 2022 20:52:07 UTC