Packagecom.flashdynamix.motion.effects.core
Classpublic class ColorEffect
InheritanceColorEffect Inheritance flash.utils.Proxy
ImplementsIEffect

Applies a ColorTransform onto a BitmapData



Public Properties
 PropertyDefined by
  colorTransform : ColorTransform
The ColorTransform to apply onto the destination BitmapData.
ColorEffect
Public Methods
 MethodDefined by
  
ColorEffect(colorTransform:ColorTransform)
ColorEffect
  
render(bmd:BitmapData):void
Renders the ColorEffect to the specified BitmapData.
ColorEffect
Protected Methods
 MethodDefined by
  
getProperty(name:*):*
ColorEffect
  
setProperty(name:*, value:*):void
ColorEffect
Property detail
colorTransformproperty
public var colorTransform:ColorTransform

The ColorTransform to apply onto the destination BitmapData.

Constructor detail
ColorEffect()constructor
public function ColorEffect(colorTransform:ColorTransform)

Parameters
colorTransform:ColorTransform — The ColorTransform to apply onto the destination BitmapData.
Method detail
getProperty()method
flash_proxy override function getProperty(name:*):*Parameters
name:*

Returns
*
render()method 
public function render(bmd:BitmapData):void

Renders the ColorEffect to the specified BitmapData.

Parameters
bmd:BitmapData
setProperty()method 
flash_proxy override function setProperty(name:*, value:*):voidParameters
name:*
 
value:*