| Package | com.neave.webcam.effects.displace |
| Class | public class SqueezeEffect |
| Inheritance | SqueezeEffect com.neave.webcam.effects.displace.AbstractDisplaceEffect |
| Method | Defined by | ||
|---|---|---|---|
|
SqueezeEffect(source:IBitmapDrawable, targetBitmap:BitmapData)
Creates a squeezing distortion effect where the middle is squeezed and the edges are stretched
| SqueezeEffect | ||
| SqueezeEffect | () | constructor |
public function SqueezeEffect(source:IBitmapDrawable, targetBitmap:BitmapData)Creates a squeezing distortion effect where the middle is squeezed and the edges are stretched
Parameterssource:IBitmapDrawable — The source object to use for the effect
|
|
targetBitmap:BitmapData — The target bitmap data to draw the resulting effect into
|