Packagespark.events
Classpublic class ColorChangeEvent
InheritanceColorChangeEvent Inheritance flash.events.Event

This class is experimental, which means it has not been tested or documented as thoroughly as other core Apache Flex classes.



Public Properties
 PropertyDefined By
  color : uint
ColorChangeEvent
  colorObject : Object
ColorChangeEvent
Public Methods
 MethodDefined By
  
ColorChangeEvent(type:String, aColor:uint, bubbles:Boolean = false, cancelable:Boolean = false)
ColorChangeEvent
Public Constants
 ConstantDefined By
  CHOOSE : String = choose
[static]
ColorChangeEvent
  HOVER : String = hover
[static]
ColorChangeEvent
  NO_COLOR : String = nocolor
[static]
ColorChangeEvent
Property Detail
colorproperty
public var color:uint

colorObjectproperty 
public var colorObject:Object

Constructor Detail
ColorChangeEvent()Constructor
public function ColorChangeEvent(type:String, aColor:uint, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
aColor:uint
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
CHOOSEConstant
public static const CHOOSE:String = choose

HOVERConstant 
public static const HOVER:String = hover

NO_COLORConstant 
public static const NO_COLOR:String = nocolor