'Declaration Public Function InsertHsl( _ ByVal index As System.Integer, _ ByVal hue As System.Single, _ ByVal luminance As System.Single, _ ByVal saturation As System.Single _ ) As HslEffect
public HslEffect InsertHsl( System.int index, System.float hue, System.float luminance, System.float saturation )
Parameters
- index
- The effect index in the list.
- hue
- The number of degrees by which the hue is adjusted.
- luminance
- The value by which the luminance is adjusted.
- saturation
- The value by which the saturation is adjusted.
Return Value
The inserted HslEffect effect.