Packageardisia.filters
Classpublic class BrightnessFilter
InheritanceBrightnessFilter Inheritance spark.filters.ColorMatrixFilter

Brightness 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 brightness filter.
BrightnessFilter
Public Methods
 MethodDefined By
  
BrightnessFilter
  
Update the filter matrix.
BrightnessFilter
Property Detail
strengthproperty
strength:Number

The strength of the brightness 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
BrightnessFilter()Constructor
public function BrightnessFilter()



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

Update the filter matrix.