Initializes a new instance of the Levels class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Levels( float minimumLevel, float maximumLevel, float shadows, float midtones, float highlights, HistogramMode histogramMode )
Type: System.Single
The minimum output level in range [0, 1]. You can change it later using the MinimumLevel property.Type: System.Single
The maximum output level in range [0, 1]. You can change it later using the MaximumLevel property.Type: System.Single
The shadows level modifier in range [0, 1]. You can change it later using the Shadows property.Type: System.Single
The midtones modifier in range [0.1, 10]. You can change it later using You can change it later using the Midtones property.Type: System.Single
The highlights level modifier in range [0, 1]. You can change it later using the Highlights property.Type: Aurigma.GraphicsMill.HistogramMode
A HistogramMode value that specifies how to build histogram during levels adjusting. You can change it later using the HistogramMode property.