Hey guys I have a project for school that is coming up that I am starting to think about. Here are my ideas of what I want to do after doing some research. I am looking for a color picker which is similar to this one here but yet different: http://www.almsamim.com/color-picker.html That one shows visually the HSV color space but actually it is using RGB color space to determine the value of the colors, because HSV is more of an intuitive visual representation. In any case that is what I am looking for but with these key differences. I need it 768 pixels x 768 pixels, so each color is going to take up a 9 (3x3) pixel square space. Also the movement of the cursor will only be on the center pixel of the 9 pixel squares. I'm not sure what I want this coded in so please tell me your thoughts if you think I can/should do this in java/ajax. Oh also later I might want to encorporate this static color picker model with a mysql database that can dynamicalls add and remove colors from the selection process. So with that in mind what do you guys think? Thanks so much for any help!
the one you posted is for jquery framework. check this one also, seems more customisable but it's for the mootools framework - depends what you already use. it does scale to size, look at their demos page. http://moorainbow.woolly-sheep.net/#demos http://fragged.org/mootools-colour-picker-moorainbow_864.html - it links to iconza which shows you how it can work on a user site as well.