| Package | com.yahoo.astra.mx.events |
| Class | public class ColorRequestEvent |
| Inheritance | ColorRequestEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| currentColor : uint
The color currently displayed by the IColorViewer.
| ColorRequestEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ColorRequestEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, currentColor:uint = 0xFFFFFFFF)
Constructor.
| ColorRequestEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| REQUEST_COLOR : String = "requestColor" [static]
Constant defining the event type fired when a IColorRequestor
requests a new color.
| ColorRequestEvent | ||
| currentColor | property |
public var currentColor:uintThe color currently displayed by the IColorViewer.
| ColorRequestEvent | () | constructor |
public function ColorRequestEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, currentColor:uint = 0xFFFFFFFF)Constructor.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
|
currentColor:uint (default = 0xFFFFFFFF) |
| REQUEST_COLOR | constant |
public static const REQUEST_COLOR:String = "requestColor"Constant defining the event type fired when a IColorRequestor requests a new color.