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