Hi,
I'm trying to build a color picker view on the iPhone. I want to draw one of those 'color maps' and let the user tap on the color. I can create a gradient (in the X axis) ok which gives me the color range, but I also want to combine the lightness (in the Y axis) which is where I'm struggling.
Any help would be most welcome.
Thanks
PS: I've seen the example at http://www.v-vent.com/blog/?p=27 but this uses a colormap png file which is not very 'smooth'.