What I need is a realtime color picker(realtime as in color is generated while the controls are still being dragged and not upon releasing them) that uses some sort of draggable control thingys that one can drag up and down to determine hue saturation and value. The hsv from the draggable thingys should then be converted to a hex string like "#000000". Is this possible? If so, how?
Asked
Active
Viewed 1,235 times
-1
-
I have tried searching google for a hsv to hex converter sourcecode, but without success. If I had one I could simply make some draggable thingys myself and then use the converter function to generate my hex. – Wingblade May 04 '12 at 10:37
1 Answers
0
Have a look at
both should fit your requirements.
Regards,
STEFAN

Stefan Dochow
- 1,454
- 1
- 10
- 11
-
Those may be cool and everything, but I'd prefer something that does not use plugins or similar. Something like a single function or summin. – Wingblade May 04 '12 at 10:36
-
Couldn't find anything better, so I guess your suggestions are best... Thank you very much – Wingblade May 04 '12 at 13:50