Last active
December 28, 2015 14:29
-
-
Save betawax/7514945 to your computer and use it in GitHub Desktop.
Convert a hexadecimal value to RGB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
list($r, $g, $b) = sscanf($hex, '%02x%02x%02x'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment