| Package | com.neave.webcam.effects.mirror |
| Class | public class UpsideDownEffect |
| Inheritance | UpsideDownEffect AbstractEffect |
| Method | Defined by | ||
|---|---|---|---|
|
UpsideDownEffect(source:IBitmapDrawable, targetBitmapData:BitmapData)
Creates a mirror effect where the source image is flipped vertically
| UpsideDownEffect | ||
![]() |
destroy():void
Removes the effect and all other referenced objects
| AbstractEffect | |
|
draw():void
Draws the upside-down effect
| UpsideDownEffect | ||
| UpsideDownEffect | () | constructor |
public function UpsideDownEffect(source:IBitmapDrawable, targetBitmapData:BitmapData)Creates a mirror effect where the source image is flipped vertically
Parameterssource:IBitmapDrawable — The source object to use for the effect
|
|
targetBitmapData:BitmapData — The target bitmap data to draw the resulting effect into
|
| draw | () | method |
public override function draw():voidDraws the upside-down effect