kimikage / ColorBlendModes.jl

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

Add support for the non-separable blend modes #9

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

Closes #4

codecov-io commented 4 years ago

Codecov Report

Merging #9 into master will increase coverage by 6.48%. The diff coverage is 98.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   83.33%   89.82%   +6.48%     
==========================================
  Files           5        5              
  Lines          96      167      +71     
==========================================
+ Hits           80      150      +70     
- Misses         16       17       +1     
Impacted Files Coverage Δ
src/types.jl 100.00% <ø> (ø)
src/operations.jl 90.90% <98.59%> (+6.57%) :arrow_up:

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 c5ee851...136c817. Read the comment docs.