Corrects brightness and contrast of the bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void BrightnessContrast( float brightnessAmount, float contrastAmount )
Type: System.Single
The brightness modifier in range [-1, 1].Type: System.Single
The contrast modifier in range [-1, 1]. Minimum value (-1) will produce absolutely gray image, neutral value (0) does no effect, maximum value (1) makes the image extremely posterized.