Skip to content

Instantly share code, notes, and snippets.

@lesniakania
Last active August 29, 2015 14:11
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 lesniakania/084174c2bcf26d10ded0 to your computer and use it in GitHub Desktop.
Save lesniakania/084174c2bcf26d10ded0 to your computer and use it in GitHub Desktop.
Gauguin::Painting.new("path/to/image.png").palette
# =>
# {
# rgb(204, 204, 204)[0.5900935269505287] => [
# rgb(77, 77, 77)[7.383706620723603e-05],
# ...
# rgb(220, 220, 220)[7.383706620723603e-05]
# ],
# rgb(0, 0, 0)[0.40990647304947003] => [
# rgb(0, 0, 0)[0.40990647304947003],
# ...
# rgb(66, 66, 66)[6.153088850603002e-05]
# ]
# }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment