Tagged Questions
0
votes
1answer
401 views
Custom color picker for iOS
I was looking for a color picker for iPad/iPhone. I checked everything from cocoacontrols but none of them matched my requirement. I don't like a color wheel or any control which takes the whole ...
-1
votes
4answers
137 views
easy to understand complex color picker [closed]
I'm making an app that requires the user to select multiple colors from a color picker and set the probability that some colors will have more than equal chance to be selected.
An example: Let's say ...
1
vote
1answer
500 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 ...
13
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?