ASTRA DropDownColorPicker
DropDownColorPicker is a user interface component for Flex that allows the user to pick a color value. Similar to the standard Flex ColorPicker control, the DropDownColorPicker also gives the developer the ability to completely change the dropdown control to give the user a variety of color views.
Examples: DropDownColorPicker for Flex 3
|
Creating a DropDownColorPicker in MXMLThis example demonstrates the minimum MXML required to create a DropDownColorPicker. Source MXML | Output |
|
Creating a DropDownColorPicker in ActionScriptThis example demonstrates the minimum ActionScript required to create a DropDownColorPicker. Source MXML | Output |
|
Setting a Custom Drop DownThis example demonstrates to pass a custom drop down plugin to the DropDownColorPicker. Source MXML | Output |
|
Setting a Custom ViewerThis example demonstrates to pass a custom viewer plugin to the DropDownColorPicker. Source MXML | Output |
|
Using the DisplayObjectColorPickerDropDown PluginThis example demonstrates the use of DisplayObjectColorPickerDropDown to display an externally loaded image. Source MXML | Output |




