Packagecom.neave.webcam.effects.displace
Classpublic class WaterEffect
InheritanceWaterEffect Inheritance com.neave.webcam.effects.displace.AbstractDisplaceEffect



Public Methods
 MethodDefined by
  
WaterEffect(source:IBitmapDrawable, targetBitmap:BitmapData)
Creates a water effect as if you were looking into a pool of waving water
WaterEffect
  
draw():void
Draws the water effect
WaterEffect
Constructor detail
WaterEffect()constructor
public function WaterEffect(source:IBitmapDrawable, targetBitmap:BitmapData)

Creates a water effect as if you were looking into a pool of waving water

Parameters
source:IBitmapDrawable — The source object to use for the effect
 
targetBitmap:BitmapData — The target bitmap data to draw the resulting effect into
Method detail
draw()method
public override function draw():void

Draws the water effect