kimikage / ColorBlendModes.jl

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

Add support for compositing transparent colors #10

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

Closes #5

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will increase coverage by 2.57%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   89.82%   92.39%   +2.57%     
==========================================
  Files           5        5              
  Lines         167      184      +17     
==========================================
+ Hits          150      170      +20     
+ Misses         17       14       -3     
Impacted Files Coverage Δ
src/types.jl 100.00% <ø> (ø)
src/operations.jl 93.56% <83.33%> (+2.65%) :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 99341a2...6f0b584. Read the comment docs.