Package | spark.events |
Class | public class ColorChangeEvent |
Inheritance | ColorChangeEvent flash.events.Event |
This class is experimental, which means it has not been tested or documented as thoroughly as other core Apache Flex classes. |
Property | Defined By | ||
---|---|---|---|
color : uint | ColorChangeEvent | ||
colorObject : Object | ColorChangeEvent |
Method | Defined By | ||
---|---|---|---|
ColorChangeEvent(type:String, aColor:uint, bubbles:Boolean = false, cancelable:Boolean = false) | ColorChangeEvent |
Constant | Defined By | ||
---|---|---|---|
CHOOSE : String = choose [static] | ColorChangeEvent | ||
HOVER : String = hover [static] | ColorChangeEvent | ||
NO_COLOR : String = nocolor [static] | ColorChangeEvent |
color | property |
public var color:uint
colorObject | property |
public var colorObject:Object
ColorChangeEvent | () | Constructor |
public function ColorChangeEvent(type:String, aColor:uint, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
aColor:uint | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
CHOOSE | Constant |
public static const CHOOSE:String = choose
HOVER | Constant |
public static const HOVER:String = hover
NO_COLOR | Constant |
public static const NO_COLOR:String = nocolor