I am trying to create a Colorpicker control for my application. I prefer pure actionscript. Does someone know how to create a picker like this: http://parasolarchives.com/tools/colorpicker/
Most interestingly I am interested how to draw the gradient because the gradient has a saturation,
I am trying to create a Colorpicker control for my application. I prefer pure
Share
this is a picker i use myself, hope it’ll be useful:
Radiois a global dispatcher class (posted here if you need it),ColorEventis just an event with anintcolor field,adjustDarknessis usually called from an external scrollbar. Let me know if a working example is needed.