[]
Adds a new HslEffect effect into the list.
public HslEffect AddHsl(float hue, float luminance, float saturation)
Public Function AddHsl(hue As Single, luminance As Single, saturation As Single) As HslEffect
Type | Name | Description |
---|---|---|
float | hue | The number of degrees by which the hue is adjusted. |
float | luminance | The value by which the luminance is adjusted. |
float | saturation | The value by which the saturation is adjusted. |
Type | Description |
---|---|
HslEffect | The inserted HslEffect effect. |