Packageardisia.filters
Classpublic class PinchFilter
InheritancePinchFilter Inheritance DisplacementMapFilterFixed Inheritance spark.filters.DisplacementMapFilter
Subclasses BloatFilter

Pinch Filter effect.



Public Properties
 PropertyDefined By
  mapBitmapSource : BitmapData
Bitmap data used by the component to create the mapBitmap.
PinchFilter
  strength : Number
The strength of the filter.
PinchFilter
Public Methods
 MethodDefined By
  
PinchFilter
  
Update the map bitmap and effect.
PinchFilter
Property Detail
mapBitmapSourceproperty
mapBitmapSource:BitmapData

Bitmap data used by the component to create the mapBitmap.

The default value is null.


Implementation
    public function get mapBitmapSource():BitmapData
    public function set mapBitmapSource(value:BitmapData):void
strengthproperty 
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.


Implementation
    public function get strength():Number
    public function set strength(value:Number):void
Constructor Detail
PinchFilter()Constructor
public function PinchFilter()



Method Detail
updateDisplacementMap()method
public function updateDisplacementMap():void

Update the map bitmap and effect.