[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.InsertHsl

InsertHsl Method

InsertHsl(int, float, float, float)

Inserts a new HslEffect effect into the list.

Declaration
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
Parameters
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.

Returns
Type Description
HslEffect

The inserted HslEffect effect.