| Package | com.neave.webcam.effects.displace |
| Class | public class BulgeEffect |
| Inheritance | BulgeEffect com.neave.webcam.effects.displace.AbstractDisplaceEffect |
| Method | Defined by | ||
|---|---|---|---|
|
BulgeEffect(source:IBitmapDrawable, targetBitmap:BitmapData)
Creates a bulge effect that pushes the centre of the image outwards
| BulgeEffect | ||
| BulgeEffect | () | constructor |
public function BulgeEffect(source:IBitmapDrawable, targetBitmap:BitmapData)Creates a bulge effect that pushes the centre of the image outwards
Parameterssource:IBitmapDrawable — The source object to use for the effect
|
|
targetBitmap:BitmapData — The target bitmap data to draw the resulting effect into
|