[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BrightnessContrastEffect.Get

Get Method

Get(int, int)

Returns an instance of the BrightnessContrastEffect class.

Declaration
public static BrightnessContrastEffect Get(int brightness, int contrast)
Public Shared Function [Get](brightness As Integer, contrast As Integer) As BrightnessContrastEffect
Parameters
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.

Returns
Type Description
BrightnessContrastEffect