Contrast Class

Corrects a contrast of an image.

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

Syntax

C#
public sealed class Contrast : MaskTransform

Remarks

This class provides a simple contrast adjustment functionality. Being extremely easy-to-use for end user (it has the single parameter Amount), it is used by professional retouchers very seldom (because as usual it leads to losses of details in highlights and/or shadows).

You can also use this transform in automatic mode using Auto property.

If you want to apply both brightness and contrast, you should consider the BrightnessContrast transform. Both of these operation will be performed at the single pass, so it will work faster than sequential execution of Brightness and Contrast.

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