[csswg-drafts] [css-color] interpolating between color spaces

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

== [css-color] interpolating between color spaces ==
How should a transition between "blue" and "color(display-p3 1 0 0)" 
work?

My current thought is to work out which of the endpoints is in the 
biggest color space, convert the endpoint in the smaller space to the 
bigger space (which won't always be 100% accurate), then apply the 
interpolation.

However:
- how to decide which is the bigger space?
- how to convert from one space to another?

... both in a way that is interoperable between all browsers.

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

Received on Wednesday, 11 January 2017 18:41:59 UTC