eburgnights
Гуру форума
- Регистрация
- 10 Мар 2007
- Сообщения
- 212
- Реакции
- 74
- Автор темы
- #1
ActiveDen - Custom Color Picker
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.
Демо
Cкачать
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.
Демо
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Cкачать
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.