[]
Returns an instance of the BrightnessContrastEffect class.
public static BrightnessContrastEffect Get(int brightness, int contrast)
Public Shared Function [Get](brightness As Integer, contrast As Integer) As BrightnessContrastEffect
Type | Name | Description |
---|---|---|
int | brightness | A value from -255 to 255 for adjusting the brightness level. |
int | contrast | A value from -255 to 255 for adjusting the contrast level. |
Type | Description |
---|---|
BrightnessContrastEffect |