| Package | com.flashdynamix.motion.effects.core |
| Class | public class FilterEffect |
| Inheritance | FilterEffect flash.utils.Proxy |
| Implements | IEffect |
| Subclasses | DisplacementEffect |
| Property | Defined by | ||
|---|---|---|---|
| filter : BitmapFilter
The BitmapFilter to apply onto the BitmapData.
| FilterEffect | ||
| pt : Point
The Point from which to apply the BitmapFilter
| FilterEffect | ||
| Method | Defined by | ||
|---|---|---|---|
|
FilterEffect(filter:BitmapFilter)
| FilterEffect | ||
|
render(bmd:BitmapData):void
Renders the FilterEffect on to the specified BitmapData.
| FilterEffect | ||
| Method | Defined by | ||
|---|---|---|---|
|
getProperty(name:*):*
| FilterEffect | ||
|
setProperty(name:*, value:*):void
| FilterEffect | ||
| filter | property |
public var filter:BitmapFilterThe BitmapFilter to apply onto the BitmapData.
| pt | property |
public var pt:PointThe Point from which to apply the BitmapFilter
| FilterEffect | () | constructor |
public function FilterEffect(filter:BitmapFilter)Parameters
filter:BitmapFilter — The BitmapFilter to apply onto the BitmapData.
|
| getProperty | () | method |
flash_proxy override function getProperty(name:*):*Parameters
name:* |
* |
| render | () | method |
public function render(bmd:BitmapData):voidRenders the FilterEffect on to the specified BitmapData.
Parametersbmd:BitmapData |
| setProperty | () | method |
flash_proxy override function setProperty(name:*, value:*):voidParameters
name:* |
|
value:* |