Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertLuminance Method
The effect index in the list.
The value to change the brightness.
The value to change the contrast.

In This Topic
    InsertLuminance Method
    In This Topic
    Inserts a new Luminance effect into the list.
    Syntax
    'Declaration
     
    Public Function InsertLuminance( _
       ByVal index As System.Integer, _
       ByVal brightness As System.Single, _
       ByVal contrast As System.Single _
    ) As Luminance
    public Luminance InsertLuminance( 
       System.int index,
       System.float brightness,
       System.float contrast
    )

    Parameters

    index
    The effect index in the list.
    brightness
    The value to change the brightness.
    contrast
    The value to change the contrast.

    Return Value

    The inserted Luminance effect.
    See Also