Skip to content

rythgs/jquery.primarycolor.js

Repository files navigation

jquery.primarycolor.js

Get the primary color of the image

Demo

http://rythgs.co/demo/primarycolor/

How to use

$(function () {
  $('img').primaryColor(function (color, colors) {
    $(this)
      .parents('.wrapper')
      .css('background-color', 'rgb(' + color + ')')
  })
})

Callback function

arguments type desc
color string Primary color
colors array Top 5 colors

License

MIT

About

画像のプライマリカラーを取得する jQuery プラグイン

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published