Skip to content

Instantly share code, notes, and snippets.

@yuanfeiz
Created December 7, 2011 08:31
Show Gist options
  • Save yuanfeiz/1442002 to your computer and use it in GitHub Desktop.
Save yuanfeiz/1442002 to your computer and use it in GitHub Desktop.
color(hex) => color(rgb array)
"101aff".scan(/../).map {|color| color.to_i(16)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment