Packageorg.papervision3d.core.effects
Classpublic class BitmapMotionEffect
InheritanceBitmapMotionEffect Inheritance AbstractEffect



Public Properties
 PropertyDefined by
  before : BitmapData
BitmapMotionEffect
  buffer : BitmapData
BitmapMotionEffect
  now : BitmapData
BitmapMotionEffect
Public Methods
 MethodDefined by
  
BitmapMotionEffect(color:uint = 0xFF00FF00)
BitmapMotionEffect
  
BitmapMotionEffect
 Inherited
getEffect():BitmapFilter
AbstractEffect
  
postRender():void
BitmapMotionEffect
  
preRender():void
BitmapMotionEffect
Property detail
beforeproperty
public var before:BitmapData
bufferproperty 
public var buffer:BitmapData
nowproperty 
public var now:BitmapData
Constructor detail
BitmapMotionEffect()constructor
public function BitmapMotionEffect(color:uint = 0xFF00FF00)Parameters
color:uint (default = 0xFF00FF00)
Method detail
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