Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertHsl Method
The effect index in the list.
The number of degrees by which the hue is adjusted.
The value by which the luminance is adjusted.
The value by which the saturation is adjusted.

In This Topic
    InsertHsl Method
    In This Topic
    Inserts a new HslEffect effect into the list.
    Syntax
    '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.
    See Also