0
votes
2answers
25 views

How to set frame of MNColorPicker?

I am using MNColorPicker in my universal iOS application. I am presenting it in a UIPopoverController in iPad and its working fine. Now I need to implement similar functionality in iPhone but as ...
1
vote
1answer
488 views

Extracting RGB & aplha value of an image [duplicate]

Possible Duplicate: How to get pixel data from a UIImage (Cocoa Touch) or CGImage (Core Graphics)? Get Pixel color of UIImage I have a case scenario where user can select a color from an ...
5
votes
4answers
4k views

How to get RGB components of a custom color in ios

I would like to set custom color programmatically using the method [UIColor colorWithRed:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha]; For which i need to know the value ...
12
votes
6answers
10k views

Is there a color picker library/code for iPhone development?

Is there an existing "color picker" library for iPhone development that I could leverage for my app?