addHSLEffect
addHSLEffect(float hue, float saturation, float luminance) method
Adds the new Hue/Saturation/Luminance effect to the end of a collection.
Parameters
| Name | Type | Description |
|---|---|---|
| hue | float | The number of degrees by which the hue is adjusted. |
| saturation | float | The percentage by which the saturation is adjusted. |
| luminance | float | The percentage by which the luminance is adjusted. |