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

Fix incompatible pointer type warning in rgbArray, rgbaDictionary, hsbaArray, and hsbaDictionary #16

Closed ajfigueroa closed 10 years ago

ajfigueroa commented 10 years ago

Changed the (r,g, b, a) and (h, s, b, a) used in rgbArray, rgbaDictionary and hsbaArray, hsbaDictionary respectively from floats to CGFloats to silence incompatible pointer type error.

screen shot 2014-01-05 at 6 04 23 pm screen shot 2014-01-05 at 6 04 53 pm