Levels Constructor (Single, Single, Single, Single, Single, HistogramMode)

Initializes a new instance of the Levels class using the specified settings.

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

Syntax

C#
public Levels(
	float minimumLevel,
	float maximumLevel,
	float shadows,
	float midtones,
	float highlights,
	HistogramMode histogramMode
)

Parameters

minimumLevel

Type: System.Single

The minimum output level in range [0, 1]. You can change it later using the MinimumLevel property.
maximumLevel

Type: System.Single

The maximum output level in range [0, 1]. You can change it later using the MaximumLevel property.
shadows

Type: System.Single

The shadows level modifier in range [0, 1]. You can change it later using the Shadows property.
midtones

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.
highlights

Type: System.Single

The highlights level modifier in range [0, 1]. You can change it later using the Highlights property.
histogramMode

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.

See Also

Reference