Packagecom.neave.webcam.effects.displace
Classpublic class SqueezeEffect
InheritanceSqueezeEffect Inheritance com.neave.webcam.effects.displace.AbstractDisplaceEffect



Public Methods
 MethodDefined by
  
SqueezeEffect(source:IBitmapDrawable, targetBitmap:BitmapData)
Creates a squeezing distortion effect where the middle is squeezed and the edges are stretched
SqueezeEffect
Constructor detail
SqueezeEffect()constructor
public function SqueezeEffect(source:IBitmapDrawable, targetBitmap:BitmapData)

Creates a squeezing distortion effect where the middle is squeezed and the edges are stretched

Parameters
source:IBitmapDrawable — The source object to use for the effect
 
targetBitmap:BitmapData — The target bitmap data to draw the resulting effect into