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

RYB color model support #330

Open
iblislin opened this issue Oct 25, 2018 · 2 comments
Open

RYB color model support #330

iblislin opened this issue Oct 25, 2018 · 2 comments

Comments

@iblislin
Copy link

@timholy
Copy link
Member

timholy commented Oct 25, 2018

Needs a volunteer to implement this.

@kimikage
Copy link
Collaborator

I personally recommend that when you add a new color type, you first implement it as a separate package and make sure that the ecosystem such as JuliaImages is compatible with it. Then, if there is a need or demand for the new type, I think it would be good to incorporate it into ColorTypes.jl and Colors.jl.

I plan to create a tutorial on implementing custom color types after the release of ColorTypes v0.12.
(cf. JuliaGraphics/ColorTypes.jl#217)

I also have a plan to support the CMY color as a special case of CMYK. However, it still takes time to support CMYK colors, as we practically have to wait for the support for color profiles.

If you need exactly this RYB model instead of CMY, please emphasize the needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants