Packageardisia.filters
Classpublic class BloatFilter
InheritanceBloatFilter Inheritance PinchFilter Inheritance DisplacementMapFilterFixed Inheritance spark.filters.DisplacementMapFilter

Bloat Filter effect.



Public Properties
 PropertyDefined By
 InheritedmapBitmapSource : BitmapData
Bitmap data used by the component to create the mapBitmap.
PinchFilter
  strength : Number
[override] The strength of the filter.
BloatFilter
Public Methods
 MethodDefined By
  
BloatFilter
 Inherited
Update the map bitmap and effect.
PinchFilter
Property Detail
strengthproperty
strength:Number[override]

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
BloatFilter()Constructor
public function BloatFilter()