ASTRA ColorSliderPicker
ColorSliderPicker is a user interface component for Flex that allows the user to pick a color value. It combines a set of sliders where each slider represents a component of a colorspace. For example, a ColorSliderPicker displaying an RGB color includes a red slider, a green slider, and a blue slider.
Examples: ColorSliderPicker for Flex 3
|
Creating a ColorSliderPicker in MXMLThis example demonstrates the minimum MXML required to create a ColorSliderPicker. Source MXML | Output |
|
Creating a ColorSliderPicker in ActionScriptThis example demonstrates the minimum ActionScript required to create a ColorSliderPicker. Source MXML | Output |
|
Setting a ColorSpaceThis example demonstrates the colorSpace property of the ColorSliderPicker. Source MXML | Output |


