briangonzalez / jquery.adaptive-backgrounds.js

🦎 A jQuery plugin for extracting the dominant color from images and applying the color to their parent.
http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/
6.54k stars 454 forks source link

Fixed incorrectly excluded 'white color' #48

Closed mzrnsh closed 8 years ago

mzrnsh commented 8 years ago

it said rgba(255,255,255) instead of rgb(255,255,255) and thus failed to exclude white

briangonzalez commented 8 years ago

Thanks!