Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement properly the Color class to handle multiple color formats #2

Open
isaacvr opened this issue Aug 19, 2019 · 0 comments
Open
Assignees

Comments

@isaacvr
Copy link
Owner

isaacvr commented Aug 19, 2019

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.

@isaacvr isaacvr self-assigned this Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant