Packageardisia.filters
Classpublic class ContrastFilter
InheritanceContrastFilter Inheritance spark.filters.ColorMatrixFilter

Contrast 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.

A strength of 50 has no effect.



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

The strength of the filter.

Value varies from 0 to 100. A value of 50 has no effect.

The default value is 50.


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



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

Update the filter matrix.