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
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.
There is example code at the appendix A.
https://github.com/bahamas10/ryb/raw/gh-pages/assets/ryb.pdf
The text was updated successfully, but these errors were encountered: