Corrects brightness and contrast of an image.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class BrightnessContrast : MaskTransform
This class provides simple brightness and contrast adjustment functionality. Being extremely easy-to-use for end user, it is used by professional retouchers very seldom (because as usual it leads to losses of details in highlights and/or shadows).
It provides two parameters - brightness modifier (Brightness property) and contrast modifier (Contrast property).
If you want to modify only brightness or contrast, you can use Brightness or Contrast transform. It will work slightly faster.