Packagecom.flashdynamix.motion.effects
Classpublic class PixelateEffect
ImplementsIEffect

Applies a pixelation effect on to a BitmapData



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
PixelateEffect
  
render(bmd:BitmapData):void
Renders a pixelation effect on to the specified BitmapData.
PixelateEffect
Property detail
amountproperty
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.

Constructor detail
PixelateEffect()constructor
public function PixelateEffect()
Method detail
render()method
public function render(bmd:BitmapData):void

Renders a pixelation effect on to the specified BitmapData.

Parameters
bmd:BitmapData