Developer Network Home  Help 

YDN Flash Developer Center Astra Flex Components ColorPlaneAndSliderPicker Examples
Flash Developer Center

ASTRA ColorPlaneAndSliderPicker

ColorPlaneAndSliderPicker is a user interface component for Flex that allows the user to pick a color value. It combines a one-dimensional color slider with a two-dimensional color plane.

Examples: ColorPlaneAndSliderPicker for Flex 3

ColorPlaneAndSliderPicker MXML Example Screenshot

Creating a ColorPlaneAndSliderPicker in MXML

This example demonstrates the minimum MXML required to create a ColorPlaneAndSliderPicker.

Source MXML | Output
ColorPlaneAndSliderPicker ActionScript Example Screenshot

Creating a ColorPlaneAndSliderPicker in ActionScript

This example demonstrates the minimum ActionScript required to create a ColorPlaneAndSliderPicker.

Source MXML | Output
ColorPlaneAndSliderPicker Color Space Example Screenshot

Setting the Slider Component

This example demonstrates the sliderComponent property of the ColorPlaneAndSliderPicker.

Source MXML | Output