Packagecom.neave.webcam.effects.mirror
Classpublic class UpsideDownEffect
InheritanceUpsideDownEffect Inheritance AbstractEffect



Public Properties
 PropertyDefined by
 InheritedeffectName : String
The proper name of the effect
AbstractEffect
Protected Properties
 PropertyDefined by
 Inheritedcolor : ColorTransform
AbstractEffect
 Inheritedname : String
AbstractEffect
 Inheritedpoint : Point
AbstractEffect
 Inheritedrect : Rectangle
AbstractEffect
 Inheritedsource : IBitmapDrawable
AbstractEffect
 InheritedsourceBitmap : BitmapData
AbstractEffect
 InheritedsourceMatrix : Matrix
AbstractEffect
 InheritedtargetBitmap : BitmapData
AbstractEffect
Public Methods
 MethodDefined by
  
UpsideDownEffect(source:IBitmapDrawable, targetBitmapData:BitmapData)
Creates a mirror effect where the source image is flipped vertically
UpsideDownEffect
 Inherited
destroy():void
Removes the effect and all other referenced objects
AbstractEffect
  
draw():void
Draws the upside-down effect
UpsideDownEffect
Constructor detail
UpsideDownEffect()constructor
public function UpsideDownEffect(source:IBitmapDrawable, targetBitmapData:BitmapData)

Creates a mirror effect where the source image is flipped vertically

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

Draws the upside-down effect