kimikage / ColorBlendModes.jl

blend modes such as multiply, screen, overlay and so on.
MIT License
4 stars 0 forks source link

Fix hue blending between a gray and a non-gray #30

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

Fixes #28

This is not a matter of which is right and which is wrong, but ColorBlendModes is more concerned with visual properties than with algebraic properties.

hue

codecov[bot] commented 4 years ago

Codecov Report

Merging #30 into master will increase coverage by 0.39%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   95.78%   96.18%   +0.39%     
==========================================
  Files           7        7              
  Lines         285      288       +3     
==========================================
+ Hits          273      277       +4     
+ Misses         12       11       -1     
Impacted Files Coverage Δ
src/operations.jl 95.86% <100.00%> (+0.39%) :arrow_up:
src/types.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 080cb3d...02055d9. Read the comment docs.