SVG Home •
SVG Tutorials •
Scripting •
ColorPicker
ECMAScript: Inside & Out
Example: A Simple ColorPicker
Move the sliders up and down
If you click-drag a slider up and down, you should notice several things happening:
- the color of the square should change
-
the RGB values displayed should change
- value as percentage (under sliders)
- value as decimal number (under sliders)
- value as hexadecimal number (under color-box)
return to top of page