| Package | ardisia.components.colorPicker |
| Class | public class ColorPickerSelectedFill |
| Inheritance | ColorPickerSelectedFill spark.components.Group |
Set the "selectedColor" to NaN to display transparency.
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| selectedColor : Number
The color to display. | ColorPickerSelectedFill | ||
| transparentSource : Object
Source for the BitmapImage to display transparency. | ColorPickerSelectedFill | ||
| Method | Defined By | ||
|---|---|---|---|
updateSelectedColor():void
Displays the selectedColor. | ColorPickerSelectedFill | ||
| selectedColor | property |
selectedColor:NumberThe color to display. Set to NaN to display transparency.
The default value is 0xFFFFFF.
public function get selectedColor():Number public function set selectedColor(value:Number):void| transparentSource | property |
transparentSource:ObjectSource for the BitmapImage to display transparency. See the docs for BitmapImage for supported data types.
The default value is null.
public function get transparentSource():Object public function set transparentSource(value:Object):void| updateSelectedColor | () | method |
protected function updateSelectedColor():voidDisplays the selectedColor.