[]
Inserts a new HslEffect effect into the list.
public HslEffect InsertHsl(int index, float hue, float luminance, float saturation)
Public Function InsertHsl(index As Integer, hue As Single, luminance As Single, saturation As Single) As HslEffect
Type | Name | Description |
---|---|---|
int | index | The effect index in the list. |
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. |