oscardelben / Color-Picker-Pro

Color Detection Tool for Designers and Developers
http://fructivity.com
505 stars 50 forks source link

UIColor color format #6

Closed adig closed 13 years ago

adig commented 13 years ago

Paste the selected color as [UIColor colorWithRed:1.0 green:1.0 blue:1.0 alpha:1.0]; This should help iOS developers a bit. I know I'll use it :)

zadr commented 13 years ago

I had the same thought! But, for NSColor. Perhaps a preference to copy as Mac/iOS color instead of assuming iOS?

oscardelben commented 13 years ago

Added both. Look for an update soon!

adig commented 13 years ago

Nice !