Applies levels correction to an image.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class Levels : MaskTransform
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
.