Simple Color Picker is an easy way to let the user choose color for MovieClips, Sprites and TextFields in your application.
The component is a linked MovieClip inside the library, so you can easily change its layout inside Flash.
Have your color picker running with just one line of code!
Ex: new SimpleColorPicker(this, [my_mc, my_textfield]);
Features:
- Simple implementation – just one line of code.
- Highly customizable. Change the color spectrum for any other image.
- Choose the color with the mouse or just type in the hex code.
- Colorize multiple objects at once.
- The component is a popup, so doesn’t affect your layout at all.


