bennyguitar / Colours

A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.
MIT License
3.09k stars 300 forks source link

Typo fix + Add method for creating color directly from hex number. #10

Closed Higgcz closed 11 years ago

Higgcz commented 11 years ago

Typo fix in method name ( colorWithCMKY -> colorWithCMYK ). Add method for creating color from hex number, I think it's much more useful than parsing hex number from string, at least it's faster.