Packageardisia.components.colorPicker
Classpublic class ColorPickerSelectedFill
InheritanceColorPickerSelectedFill Inheritance spark.components.Group

Displays the passed color or an image representing transparency.

Set the "selectedColor" to NaN to display transparency.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  selectedColor : Number
The color to display.
ColorPickerSelectedFill
  transparentSource : Object
Source for the BitmapImage to display transparency.
ColorPickerSelectedFill
Protected Methods
 MethodDefined By
  
Displays the selectedColor.
ColorPickerSelectedFill
Property Detail
selectedColorproperty
selectedColor:Number

The color to display. Set to NaN to display transparency.

The default value is 0xFFFFFF.


Implementation
    public function get selectedColor():Number
    public function set selectedColor(value:Number):void
transparentSourceproperty 
transparentSource:Object

Source for the BitmapImage to display transparency. See the docs for BitmapImage for supported data types.

The default value is null.


Implementation
    public function get transparentSource():Object
    public function set transparentSource(value:Object):void
Method Detail
updateSelectedColor()method
protected function updateSelectedColor():void

Displays the selectedColor.