Packageardisia.filters
Classpublic class BlackWhiteOutlineFilter
InheritanceBlackWhiteOutlineFilter Inheritance spark.filters.ConvolutionFilter

Black and white outline filter.

Change the intensity of the filter via the "strength" property. The strength of the filter varies from 0 to 100 with a default value of 50.



Public Properties
 PropertyDefined By
  strength : Number
The strength of the filter.
BlackWhiteOutlineFilter
Public Methods
 MethodDefined By
  
BlackWhiteOutlineFilter
  
Update the filter matrix.
BlackWhiteOutlineFilter
Property Detail
strengthproperty
strength:Number

The strength of the filter.

Value varies from 0 to 100.

The default value is 50.


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



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

Update the filter matrix.