Madao-3 / NSColor-HexString

Hex strings to NSColor. Created by @kevinrenskers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hex strings to NSColor. Created by @kevinrenskers

License:Other


Languages

Language:Objective-C 84.7%Language:Ruby 15.3%