ColorVectorSpace.jl
ColorVectorSpace.jl copied to clipboard
Treat colors as if they are n-vectors for the purposes of arithmetic
cf: https://github.com/JuliaMath/FixedPointNumbers.jl/pull/277#discussion_r1554726853 This can cause compatibility issues in downstream packages depending on Statistics (on Julia v1.6, etc.).
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....
This PR goes along with https://github.com/JuliaGraphics/ColorTypes.jl/pull/326 and https://github.com/JuliaGraphics/Colors.jl/pull/574 in an initiative to add the [CMY color model](https://en.wikipedia.org/wiki/CMYK_color_model#CMY).