Collin Miller
10-29-2007, 07:21 PM
This is the first released portion of a port of John Dyer's Photoshop-like color picker:
http://johndyer.name/lab/colorpicker/
This Color class can convert between HSV, RGB and HEX values.
This page was vital to understanding how to convert to/from HSV.
http://www.cs.rit.edu/~ncs/color/t_convert.html
The Hue/Saturation/Value model was created by A. R. Smith in 1978.
Code is up on Google. Wiki provides a use example.
http://code.google.com/p/ext-ux-color/
I hope to get ux.ColorPickerPanel up on GoogleCode by mid-week.
http://johndyer.name/lab/colorpicker/
This Color class can convert between HSV, RGB and HEX values.
This page was vital to understanding how to convert to/from HSV.
http://www.cs.rit.edu/~ncs/color/t_convert.html
The Hue/Saturation/Value model was created by A. R. Smith in 1978.
Code is up on Google. Wiki provides a use example.
http://code.google.com/p/ext-ux-color/
I hope to get ux.ColorPickerPanel up on GoogleCode by mid-week.