Package | ardisia.filters |
Class | public class BlackWhiteOutlineFilter |
Inheritance | BlackWhiteOutlineFilter spark.filters.ConvolutionFilter |
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.
Property | Defined By | ||
---|---|---|---|
strength : Number
The strength of the filter. | BlackWhiteOutlineFilter |
Method | Defined By | ||
---|---|---|---|
BlackWhiteOutlineFilter | |||
updateFilterMatrix():void
Update the filter matrix. | BlackWhiteOutlineFilter |
strength | property |
strength:Number
The strength of the filter.
Value varies from 0 to 100.
The default value is 50
.
public function get strength():Number
public function set strength(value:Number):void
BlackWhiteOutlineFilter | () | Constructor |
public function BlackWhiteOutlineFilter()
updateFilterMatrix | () | method |
public function updateFilterMatrix():void
Update the filter matrix.