Get the primary color of the image
http://rythgs.co/demo/primarycolor/
$(function () {
$('img').primaryColor(function (color, colors) {
$(this)
.parents('.wrapper')
.css('background-color', 'rgb(' + color + ')')
})
})
arguments | type | desc |
---|---|---|
color | string | Primary color |
colors | array | Top 5 colors |
MIT