Packagecom.neave.webcam.effects.mirror
Classpublic class LeftMirrorEffect
InheritanceLeftMirrorEffect Inheritance com.neave.webcam.effects.mirror.AbstractMirrorEffect



Public Methods
 MethodDefined by
  
LeftMirrorEffect(source:IBitmapDrawable, targetBitmap:BitmapData)
Creates a mirror effect where the left side of the image is reflected into the right side (when using a flipped image)
LeftMirrorEffect
Constructor detail
LeftMirrorEffect()constructor
public function LeftMirrorEffect(source:IBitmapDrawable, targetBitmap:BitmapData)

Creates a mirror effect where the left side of the image is reflected into the right side (when using a flipped image)

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