| Package | com.flashdynamix.motion.effects |
| Class | public class PixelateEffect |
| Implements | IEffect |
| Property | Defined by | ||
|---|---|---|---|
| amount : Number = 50
The amount of pixelation scale to be applied on the result image.
An amount of 1 will return a BitmapData at its native resolution. | PixelateEffect | ||
| Method | Defined by | ||
|---|---|---|---|
| PixelateEffect | |||
|
render(bmd:BitmapData):void
Renders a pixelation effect on to the specified BitmapData.
| PixelateEffect | ||
| amount | property |
public var amount:Number = 50
The amount of pixelation scale to be applied on the result image.
An amount of 1 will return a BitmapData at its native resolution.
| PixelateEffect | () | constructor |
public function PixelateEffect()
| render | () | method |
public function render(bmd:BitmapData):voidRenders a pixelation effect on to the specified BitmapData.
Parametersbmd:BitmapData |