| Package | com.neave.webcam.effects.mirror |
| Class | public class BottomMirrorEffect |
| Inheritance | BottomMirrorEffect com.neave.webcam.effects.mirror.AbstractMirrorEffect |
| Method | Defined by | ||
|---|---|---|---|
|
BottomMirrorEffect(source:IBitmapDrawable, targetBitmap:BitmapData)
Creates a mirror effect where the bottom half of the image is reflected into the top half
| BottomMirrorEffect | ||
| BottomMirrorEffect | () | constructor |
public function BottomMirrorEffect(source:IBitmapDrawable, targetBitmap:BitmapData)Creates a mirror effect where the bottom half of the image is reflected into the top half
Parameterssource:IBitmapDrawable — The source object to use for the effect
|
|
targetBitmap:BitmapData — The target bitmap data to draw the resulting effect into
|