Skip to content

Instantly share code, notes, and snippets.

@allgamesallfree
Created January 12, 2016 01:30
Show Gist options
  • Save allgamesallfree/0680d1911a7527089d05 to your computer and use it in GitHub Desktop.
Save allgamesallfree/0680d1911a7527089d05 to your computer and use it in GitHub Desktop.
//A few basic UIColor's
let red = UIColor(red: 255/255, green: 0, blue: 0, alpha: 1.0)
let darkGrey = UIColor(red: 100/255, green: 100/255, blue: 100/255, alpha: 1.0)
let cyan = UIColor(red: 0, green: 255/255, blue: 255/255, alpha: 1.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment