Package | ardisia.filters |
Class | public class HueFilter |
Inheritance | HueFilter spark.filters.ColorMatrixFilter |
Change the intensity of the filter via the "strength" property. The strength of the filter varies from -180 to 180 with a default value of 0.
A strength of 0 has no effect.
Property | Defined By | ||
---|---|---|---|
strength : Number
The strength of the brightness filter. | HueFilter |
Method | Defined By | ||
---|---|---|---|
HueFilter | |||
updateFilterMatrix():void
Update the filter matrix. | HueFilter |
strength | property |
strength:Number
The strength of the brightness filter.
Value varies from -180 to 180. A value of 0 has no effect.
The default value is 0
.
public function get strength():Number
public function set strength(value:Number):void
HueFilter | () | Constructor |
public function HueFilter()
updateFilterMatrix | () | method |
public function updateFilterMatrix():void
Update the filter matrix.