-
-
Notifications
You must be signed in to change notification settings - Fork 893
Closed
Labels
Milestone
Description
From @JimBobSquarePants on December 1, 2015 12:29
More a nice to have than anything but I believe that if we are to do this properly we shouldbe able to convert where possible between different color spaces.
Currently we have the following.
- Color - Float based, premultiplied alpha, No limit to r, g, b, a values allowing for a fuller color range.
- BGRA32
- CIE Lab
- CIE XYZ
- CMYK
- HSV
- HSL
- YCbCr
Inspiration could be taken from the following:
http://colormine.org/
https://github.com/scijs/color-space
Copied from original issue: JimBobSquarePants/ImageProcessor#260
Reactions are currently unavailable