[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.InsertLuminance

InsertLuminance Method

InsertLuminance(int, float, float)

Inserts a new Luminance effect into the list.

Declaration
public Luminance InsertLuminance(int index, float brightness, float contrast)
Public Function InsertLuminance(index As Integer, brightness As Single, contrast As Single) As Luminance
Parameters
Type Name Description
int index

The effect index in the list.

float brightness

The value to change the brightness.

float contrast

The value to change the contrast.

Returns
Type Description
Luminance

The inserted Luminance effect.