Packagestimulsoft.controls_old.visual
Classpublic class StiColorPickerCanvas
InheritanceStiColorPickerCanvas Inheritance mx.containers.Canvas
Subclasses StiColorPicker



Public Properties
 PropertyDefined By
  menuHeight : int
[read-only]
StiColorPickerCanvas
  menuWidth : int
[read-only]
StiColorPickerCanvas
  selectedColor : StiColor
StiColorPickerCanvas
  showTransparentColor : Boolean
StiColorPickerCanvas
Protected Properties
 PropertyDefined By
  hoveredColor : StiColor = null
StiColorPickerCanvas
Public Methods
 MethodDefined By
  
StiColorPickerCanvas
Protected Methods
 MethodDefined By
  
onButtonOtherClick(event:MouseEvent):void
StiColorPickerCanvas
  
onFormResult(event:Event):void
StiColorPickerCanvas
  
onMouseDown(e:MouseEvent):void
StiColorPickerCanvas
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiColorPickerCanvas
Property Detail
hoveredColorproperty
protected var hoveredColor:StiColor = null

menuHeightproperty 
menuHeight:int  [read-only]


Implementation
    public function get menuHeight():int
menuWidthproperty 
menuWidth:int  [read-only]


Implementation
    public function get menuWidth():int
selectedColorproperty 
selectedColor:StiColor


Implementation
    public function get selectedColor():StiColor
    public function set selectedColor(value:StiColor):void
showTransparentColorproperty 
showTransparentColor:Boolean


Implementation
    public function get showTransparentColor():Boolean
    public function set showTransparentColor(value:Boolean):void
Constructor Detail
StiColorPickerCanvas()Constructor
public function StiColorPickerCanvas()



Method Detail
onButtonOtherClick()method
protected function onButtonOtherClick(event:MouseEvent):void

Parameters

event:MouseEvent

onFormResult()method 
protected function onFormResult(event:Event):void

Parameters

event:Event

onMouseDown()method 
protected function onMouseDown(e:MouseEvent):void

Parameters

e:MouseEvent

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number