Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BrightnessContrastEffect Class / Get Method
A value from -255 to 255 for adjusting the brightness level.
A value from -255 to 255 for adjusting the contrast level.

In This Topic
    Get Method (BrightnessContrastEffect)
    In This Topic
    Returns an instance of the BrightnessContrastEffect class.
    Syntax
    '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.
    See Also