'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.