kimikage / ColorBlendModes.jl

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

Put `BlendMode`s and `CompositeOperation`s into sub-modules. #25

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

This helps avoid name clashes. This also fixes the ambiguity test on Julia v1.6.0-DEV.

codecov[bot] commented 4 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.37%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   94.71%   95.08%   +0.37%     
==========================================
  Files           5        7       +2     
  Lines         265      285      +20     
==========================================
+ Hits          251      271      +20     
  Misses         14       14              
Impacted Files Coverage Δ
src/types.jl 100.00% <ø> (ø)
src/ColorBlendModes.jl 100.00% <100.00%> (ø)
src/blendmodes.jl 100.00% <100.00%> (ø)
src/compositeoperations.jl 100.00% <100.00%> (ø)
src/parse.jl 100.00% <0.00%> (ø)
src/operations.jl 94.71% <0.00%> (+0.29%) :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 e748f7f...8dbf552. Read the comment docs.