| Package | com.flashdynamix.motion.effects.core |
| Class | public class ColorEffect |
| Inheritance | ColorEffect flash.utils.Proxy |
| Implements | IEffect |
| Property | Defined by | ||
|---|---|---|---|
| colorTransform : ColorTransform
The ColorTransform to apply onto the destination BitmapData.
| ColorEffect | ||
| Method | Defined by | ||
|---|---|---|---|
|
ColorEffect(colorTransform:ColorTransform)
| ColorEffect | ||
|
render(bmd:BitmapData):void
Renders the ColorEffect to the specified BitmapData.
| ColorEffect | ||
| Method | Defined by | ||
|---|---|---|---|
|
getProperty(name:*):*
| ColorEffect | ||
|
setProperty(name:*, value:*):void
| ColorEffect | ||
| colorTransform | property |
public var colorTransform:ColorTransformThe ColorTransform to apply onto the destination BitmapData.
| ColorEffect | () | constructor |
public function ColorEffect(colorTransform:ColorTransform)Parameters
colorTransform:ColorTransform — The ColorTransform to apply onto the destination BitmapData.
|
| getProperty | () | method |
flash_proxy override function getProperty(name:*):*Parameters
name:* |
* |
| render | () | method |
public function render(bmd:BitmapData):voidRenders the ColorEffect to the specified BitmapData.
Parametersbmd:BitmapData |
| setProperty | () | method |
flash_proxy override function setProperty(name:*, value:*):voidParameters
name:* |
|
value:* |