Packagecom.neave.webcam.effects.mirror
Classpublic class TopMirrorEffect
InheritanceTopMirrorEffect Inheritance com.neave.webcam.effects.mirror.AbstractMirrorEffect



Public Methods
 MethodDefined by
  
TopMirrorEffect(source:IBitmapDrawable, targetBitmap:BitmapData)
Creates a mirror effect where the top half of the image is reflected into the bottom half
TopMirrorEffect
Constructor detail
TopMirrorEffect()constructor
public function TopMirrorEffect(source:IBitmapDrawable, targetBitmap:BitmapData)

Creates a mirror effect where the top half of the image is reflected into the bottom half

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