Package | stimulsoft.controls_old.visual |
Class | public class StiColorPickerCanvas |
Inheritance | StiColorPickerCanvas ![]() |
Subclasses | StiColorPicker |
Property | Defined By | ||
---|---|---|---|
menuHeight : int [read-only] | StiColorPickerCanvas | ||
menuWidth : int [read-only] | StiColorPickerCanvas | ||
selectedColor : StiColor | StiColorPickerCanvas | ||
showTransparentColor : Boolean | StiColorPickerCanvas |
Property | Defined By | ||
---|---|---|---|
hoveredColor : StiColor = null | StiColorPickerCanvas |
Method | Defined By | ||
---|---|---|---|
StiColorPickerCanvas |
Method | Defined By | ||
---|---|---|---|
onButtonOtherClick(event:MouseEvent):void | StiColorPickerCanvas | ||
onFormResult(event:Event):void | StiColorPickerCanvas | ||
onMouseDown(e:MouseEvent):void | StiColorPickerCanvas | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiColorPickerCanvas |
hoveredColor | property |
protected var hoveredColor:StiColor = null
menuHeight | property |
menuHeight:int
[read-only] public function get menuHeight():int
menuWidth | property |
menuWidth:int
[read-only] public function get menuWidth():int
selectedColor | property |
selectedColor:StiColor
public function get selectedColor():StiColor
public function set selectedColor(value:StiColor):void
showTransparentColor | property |
showTransparentColor:Boolean
public function get showTransparentColor():Boolean
public function set showTransparentColor(value:Boolean):void
StiColorPickerCanvas | () | Constructor |
public function StiColorPickerCanvas()
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 |