Create and initializes new Levels class instance. Here you can specify all the levels adjustment settings. Besides of this, you can initialize HistogramMode property.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ minimumLevel As Single, _ maximumLevel As Single, _ shadows As Single, _ midtones As Single, _ highlights As Single, _ histogramMode As HistogramMode _ )
public Levels( float minimumLevel, float maximumLevel, float shadows, float midtones, float highlights, HistogramMode histogramMode )
Type: System.Single
Value in range [0, 1] that specifies minimum output level. You can change it later using MinimumLevel property.Type: System.Single
Value in range [0, 1] that specifies maximum output level. You can change it later using MaximumLevel property.Type: System.Single
Value in range [0, 1] that contains shadows level modifier. You can change it later using Shadows property.Type: System.Single
Value in range [0.1, 10] that contains midtones modifier. You can change it later using Midtones property.Type: System.Single
Value in range [0, 1] that contains highlights level modifier. You can change it later using Highlights property.Type: Aurigma.GraphicsMill.HistogramMode
HistogramMode value specifying how to build the histogram. You can change it later using HistogramMode property.