Levels Class

Applies levels correction to an image.

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

Syntax

C#
public sealed class Levels : MaskTransform

Remarks

Using this class you can apply a tone correction similar to Adobe® Photoshop® Levels effect. You specify Shadows, Midtones and Highlights, as well as MinimumLevel and MaximumLevel modifiers. These values work in the same way as appropriate sliders in Adobe® Photoshop®.

It also can be applied automatically. To do it, set Auto property to true.

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