[]
Inserts a new Luminance effect into the list.
public Luminance InsertLuminance(int index, float brightness, float contrast)
Public Function InsertLuminance(index As Integer, brightness As Single, contrast As Single) As Luminance
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. |