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