justinmeiners / ios-color-wheel

A fully scalable, dynamically rendered color wheel for iOS.
82 stars 15 forks source link

Not an issue, I just want to remove RED color from picker #10

Closed jigs611989 closed 8 years ago

jigs611989 commented 8 years ago

screen shot 2016-06-20 at 6 52 27 pm

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 . screen shot 2016-06-20 at 7 09 18 pm

Thanks

justinmeiners commented 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.

jigs611989 commented 8 years ago

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 👍

justinmeiners commented 8 years ago

Glad you got that working. For less conventional color palettes I imagine an image, or a picker from several colors would be best.