ColorTypes.jl
ColorTypes.jl copied to clipboard
Basic color definitions and traits
Now that StyledStrings is registered, we can do away with this code (and also include StyledStrings support in a release, which would be nice).
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. Release notes Sourced from julia-actions/cache's releases. v2.0.0 Breaking Changes ⚠️ v2.0.0 requires node20. This is a breaking change, because node20 does not support the...
We have followed a policy of "moving forward first" and minimizing backports. But I stopped, and the confusion has arisen. So, I will try to backport some of the reverted...
I'm attempting to package ColorTypes.jl in Guix and I came across a test failure on aarch64. I have 25 instances of: > RGB24/ARGB32 constructors: Test Failed at /gnu/store/ms5wncdgzv1p90xahj6pk6xk8lfx4c6a-julia-colortypes-0.11.1/share/julia/loadpath/ColorTypes/test/types.jl:177 > Expression:...
I was addressing issue #288 and noticed that julia v1.9 on aarch64 fails to load `ColorTypes`. With julia v1.6-v1.8 and julia v1.10 there is no problem. Since julia v1.9 is...
To be honest, I sometimes forget whether `HSV.s` and `.v` are normalized in [0, 1] or [0, 100]. The explanations are in README.md, but it would be useful to have...
This is a PoC to clarify the discussion in #184, and is the modernized (Julia v1) version of #7. See also #119 ```julia using ColorTypes import ColorTypes.ColorantN struct ComponentIterator{C rgb_f32.components[2]...
I am not sure if this belongs in the issues section, but it would be nice if there was a tutorial for implementing your own color type in Julia. There...