BrightnessContrast Class

Corrects brightness and contrast of an image.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class BrightnessContrast : MaskTransform

Remarks

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.

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference