/NSColor-HexString

Hex strings to NSColor. Created by @kevinrenskers

Primary LanguageObjective-COtherNOASSERTION

NSColor-HexString

All other credit to Micah Hainline and kevinrenskers.

Example:

[NSColor colorWithHexString:@"#9C0001"]

Has support for the following hex formats:

  • #RGB
  • #ARGB
  • #RRGGBB
  • #AARRGGBB