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