Package | ardisia.filters |
Class | public class PinchFilter |
Inheritance | PinchFilter DisplacementMapFilterFixed spark.filters.DisplacementMapFilter |
Subclasses | BloatFilter |
Property | Defined By | ||
---|---|---|---|
mapBitmapSource : BitmapData
Bitmap data used by the component to create the mapBitmap. | PinchFilter | ||
strength : Number
The strength of the filter. | PinchFilter |
Method | Defined By | ||
---|---|---|---|
PinchFilter | |||
updateDisplacementMap():void
Update the map bitmap and effect. | PinchFilter |
mapBitmapSource | property |
mapBitmapSource:BitmapData
Bitmap data used by the component to create the mapBitmap.
The default value is null
.
public function get mapBitmapSource():BitmapData
public function set mapBitmapSource(value:BitmapData):void
strength | property |
strength:Number
The strength of the filter.
Value varies from 0 to 100. A value of 0 has no effect.
The default value is 50
.
public function get strength():Number
public function set strength(value:Number):void
PinchFilter | () | Constructor |
public function PinchFilter()
updateDisplacementMap | () | method |
public function updateDisplacementMap():void
Update the map bitmap and effect.