Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created February 8, 2013 16:53
Show Gist options
  • Save jcromartie/4740310 to your computer and use it in GitHub Desktop.
Save jcromartie/4740310 to your computer and use it in GitHub Desktop.
#define UIColor255(r, g, b, a) [UIColor colorWithRed:(r / 255.0) green:(g / 255.0) blue:(b / 255.0) alpha:a]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment