mRs- / HexColors

HexColors is an extension for UIColor and NSColor to support for creating colors from a hex strings
MIT License
457 stars 102 forks source link

colorWithHexString should allow for alpha #8

Closed nfranke closed 9 years ago

nfranke commented 10 years ago

To be compatible with other libraries, e.g. APUtils, colorWithHexString should also take a string of length 9 which includes an 8-bit alpha as the first octet.

mRs- commented 10 years ago

maybe you can hand in a pull request