| Package | com.neave.webcam.effects.displace |
| Class | public class FishbowlEffect |
| Inheritance | FishbowlEffect com.neave.webcam.effects.displace.AbstractDisplaceEffect |
| Method | Defined by | ||
|---|---|---|---|
|
FishbowlEffect(source:IBitmapDrawable, targetBitmap:BitmapData)
Creates a fishbowl effect like looking into a fishbowl, the opposite of the fisheye effect
| FishbowlEffect | ||
| FishbowlEffect | () | constructor |
public function FishbowlEffect(source:IBitmapDrawable, targetBitmap:BitmapData)Creates a fishbowl effect like looking into a fishbowl, the opposite of the fisheye effect
Parameterssource:IBitmapDrawable — The source object to use for the effect
|
|
targetBitmap:BitmapData — The target bitmap data to draw the resulting effect into
|