thephpleague / color-extractor

Extract colors from an image like a human would do.
thephpleague.com
MIT License
1.3k stars 159 forks source link

Handle transparency #43

Closed MatTheCat closed 8 years ago

MatTheCat commented 8 years ago

Add backgroundColor to Palette constructors. You can now ignore any transparent color or blend it with yours.

Fixes #42

MatTheCat commented 8 years ago

@RomainSauvaire I think this is it. Could you test it seeing if it solves your problem as you would expect?

RomainSauvaire commented 8 years ago

Perfect @MatTheCat ! It's perfectly working