Closed jigs611989 closed 8 years ago
I am not sure how you would do that. The color wheel uses the HSV color space. Perhaps you could clip off the red hues, but im not sure how to go about that.
Never mind, I have used Image now, And get (R,G,B) at touch point. Here is link : https://github.com/jigs611989/ColorAtPointOnUIImageView.git
Thanks for your reply 👍
Glad you got that working. For less conventional color palettes I imagine an image, or a picker from several colors would be best.
I want to implement something like this one, not exactly same but similar color shades.
I have create something like this one using this code. but not look smooth .
Thanks