You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the Color class, have only support for rgb and rgba color spaces. It should be improved to handle CMYK, RYB and other color formats and its operations.
Why not just grab another library for color? Because we use interpolation even with the color, and that can be easily done if we use an own color handler. It does not need to be perfect and use all kind of colors, but at least the well known color spaces.
The text was updated successfully, but these errors were encountered:
The current implementation of the
Color
class, have only support forrgb
andrgba
color spaces. It should be improved to handleCMYK
,RYB
and other color formats and its operations.Why not just grab another library for color? Because we use interpolation even with the color, and that can be easily done if we use an own color handler. It does not need to be perfect and use all kind of colors, but at least the well known color spaces.
The text was updated successfully, but these errors were encountered: