Custom Color Picker (Image Manipulation & Drawing)

The Custom Color Picker Class will allow you to add a custom color picker to your application. Whether it be a coloring book, bitmap editor, or anything you

would like to change colors with.

Very simple OOP class you can integrate into your AS3 projects.

Easy to add in, just import the class and add to stage.

var colorPicker:CustomColorPicker = new CustomColorPicker();

It also outputs the hex value of the selected color, you can select, copy, and paste.

Download Custom Color Picker (Image Manipulation & Drawing)

Leave a Reply

Your email address will not be published. Required fields are marked *