Enter values for an Lch to convert it to Yxy, or vice versa.
Lch is similar to it's cousin Cie-L*ab, except that it's been rearranged in the shape of a sphere which makes it useful for applications like high-end photo editing and retouching images. Read more about it here
The Yxy color space expresses the Xyz color space in a different way, in terms of only x and y coordinates which allows for a 2d representation.
All calculations were doing using the open source ColorMine library.
The code used for the Lch and Yxy conversions can be found on Github:
var lch = new Lch();
var yxy = lch.To<Yxy>();
Color conversions performed using the open source ColorMine library.
Cool! Creating famous images from color palettes found in other images: http://t.co/H1OxefkOt0