Class FiltersEffect
Inheritance
FiltersEffect
Constructors
(constructor)(brightness, contrast, hue, saturation, grayscale, sepia)
Constructs a new instance of the FiltersEffect class
Declaration
constructor(brightness: number, contrast: number, hue: number, saturation: number, grayscale: boolean, sepia: boolean);
Parameters
| Type |
Name |
Description |
| number |
brightness |
|
| number |
contrast |
|
| number |
hue |
|
| number |
saturation |
|
| boolean |
grayscale |
|
| boolean |
sepia |
|
Properties
__type
Declaration
Property Value
brightness
Declaration
Property Value
contrast
Declaration
Property Value
grayscale
Declaration
Property Value
hue
Declaration
Property Value
saturation
Declaration
Property Value
sepia
Declaration
Property Value