'Declaration Public Shared Function Get( _ ByVal brightness As System.Integer, _ ByVal contrast As System.Integer _ ) As BrightnessContrastEffect
public static BrightnessContrastEffect Get( System.int brightness, System.int contrast )
Parameters
- brightness
- A value from -255 to 255 for adjusting the brightness level.
- contrast
- A value from -255 to 255 for adjusting the contrast level.