| Package | org.papervision3d.core.effects |
| Class | public class BitmapMotionEffect |
| Inheritance | BitmapMotionEffect AbstractEffect |
| Property | Defined by | ||
|---|---|---|---|
| before : BitmapData | BitmapMotionEffect | ||
| buffer : BitmapData | BitmapMotionEffect | ||
| now : BitmapData | BitmapMotionEffect | ||
| Method | Defined by | ||
|---|---|---|---|
|
BitmapMotionEffect(color:uint = 0xFF00FF00)
| BitmapMotionEffect | ||
|
attachEffect(layer:BitmapEffectLayer):void
| BitmapMotionEffect | ||
![]() |
getEffect():BitmapFilter
| AbstractEffect | |
|
postRender():void
| BitmapMotionEffect | ||
|
preRender():void
| BitmapMotionEffect | ||
| before | property |
public var before:BitmapData
| buffer | property |
public var buffer:BitmapData
| now | property |
public var now:BitmapData
| BitmapMotionEffect | () | constructor |
public function BitmapMotionEffect(color:uint = 0xFF00FF00)Parameters
color:uint (default = 0xFF00FF00) |
| attachEffect | () | method |
public override function attachEffect(layer:BitmapEffectLayer):voidParameters
layer:BitmapEffectLayer |
| postRender | () | method |
public override function postRender():void
| preRender | () | method |
public override function preRender():void