kimikage / ColorBlendModes.jl

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

Add support for blending HSV/HSL/HSI colors #20

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

Closes #13

codecov-io commented 4 years ago

Codecov Report

Merging #20 into master will decrease coverage by 1.99%. The diff coverage is 75.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   93.48%   91.48%   -2.00%     
==========================================
  Files           5        5              
  Lines         215      235      +20     
==========================================
+ Hits          201      215      +14     
- Misses         14       20       +6     
Impacted Files Coverage Δ
src/operations.jl 92.30% <75.00%> (-2.25%) :arrow_down:
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 44615f2...6e2f2aa. Read the comment docs.