[csswg-drafts] [css-color-4] Question: in what color space will gradient interpolation occur? (#6094)

krogovin has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-4] Question: in what color space will gradient interpolation occur? ==
Right now, the color between two different colors stops is computed in sRGB space, i.e. if a pixel is half way between two colors stops A and B, the emitted color in sRGB is mix(A, B, 0.5) where A and B are in sRGB color space.

What is the expectation when the color stops are in different color spaces? What happens if single gradient has color values in different color spaces?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6094 using your GitHub account


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

Received on Thursday, 11 March 2021 15:14:39 UTC