Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / AddLuminance Method
The value to change the brightness.
The value to change the contrast.

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

    Parameters

    brightness
    The value to change the brightness.
    contrast
    The value to change the contrast.

    Return Value

    The inserted Luminance effect.
    See Also