omgovich / colord

👑 A tiny yet powerful tool for high-performance color manipulations and conversions
https://colord.omgovich.ru
MIT License
1.67k stars 49 forks source link

Plugin/mix-extended #70

Closed EricRovell closed 3 years ago

EricRovell commented 3 years ago

Extending the functionality of mix plugin by generating mixtures of colors such as tints, shades, and tones with .tones(colors = 5), .shades(colors = 5), and .tones(colors = 5) methods respectively.

codecov-commenter commented 3 years ago

Codecov Report

Merging #70 (7149864) into master (d28f0ef) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #70   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        39           
  Lines          494       524   +30     
  Branches       110        91   -19     
=========================================
+ Hits           494       524   +30     
Impacted Files Coverage Δ
src/plugins/mix.ts 100.00% <100.00%> (ø)
src/plugins/names.ts 100.00% <0.00%> (ø)
src/plugins/harmonies.ts 100.00% <0.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 d28f0ef...7149864. Read the comment docs.

omgovich commented 3 years ago

Nothing :) Going to merge this in a few days. Just didn't have time to double check it yet. Pretty busy with my new apartment :)

EricRovell commented 3 years ago

Ah, no problem at all. I just was thinking that there was some action required from me :)

omgovich commented 3 years ago

Great job! Thanks a lot for that! ❤️

EricRovell commented 3 years ago

Glad to help!