Qix-/color-convert

Do you want to work on this issue?

You can request for a bounty in order to promote it!

can this library provide conversion to xyY color space as well #80

smmehadi posted onGitHub

We are planning to use this library for color conversions and it looks great, the only missing part is it doesn't provide conversion to xyY color space. please include that.


I am looking for that functionality as well!

It is relatively easy to convert XYZ to xyY, and since this library provides XYZ -> RGB you can basically do anything once you converted XYZ to xyY.

x = X/(X+Y+Z)
y = Y/(X+Y+Z)
Y = Y

Source: http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_xyY.html

posted by RobinBol about 5 years ago

Feel free to submit a PR :)

posted by Qix- about 5 years ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests