Skip to content

Instantly share code, notes, and snippets.

@nsdevaraj
Created December 28, 2011 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsdevaraj/1527354 to your computer and use it in GitHub Desktop.
Save nsdevaraj/1527354 to your computer and use it in GitHub Desktop.
usage of spark color picker
<components:SparkColorPicker id="colorChooser" skinClass="com.cognizant.awcoe.tailor.components.ColorPickerListSkin" change="changeHandler(event)"/>
protected function changeHandler(event:IndexChangeEvent):void{
shirtShape.color =colorChooser.selectedItem;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment