Colors.jl icon indicating copy to clipboard operation
Colors.jl copied to clipboard

RYB color model support

Open iblislin opened this issue 7 years ago • 2 comments

  • https://en.wikipedia.org/wiki/RYB_color_model
  • Algorithm for coverting between RYB and RGB is here: There is example code at the appendix A. https://github.com/bahamas10/ryb/raw/gh-pages/assets/ryb.pdf

iblislin avatar Oct 25 '18 08:10 iblislin

Needs a volunteer to implement this.

timholy avatar Oct 25 '18 09:10 timholy

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. https://github.com/JuliaGraphics/ColorTypes.jl/issues/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.

kimikage avatar Mar 17 '21 06:03 kimikage