Levels Constructor (HistogramMode)

Initializes a new instance of the Levels class using the specified histogram mode.

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

Syntax

C#
public Levels(
	HistogramMode histogramMode
)

Parameters

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