Skip to content

Instantly share code, notes, and snippets.

@linuxenko
Created February 16, 2016 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxenko/20237aee8749a95af0fd to your computer and use it in GitHub Desktop.
Save linuxenko/20237aee8749a95af0fd to your computer and use it in GitHub Desktop.
function (r, g, b) {
var avg = 0.3 * r + 0.59 * g + 0.11 * b;
return [avg + 100, avg + 50, avg, 255];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment