This documentation is for the old version. Go to the latest Graphics Mill docs

Levels Constructor (HistogramMode)

Create and initializes new Levels class instance. You can initialize HistogramMode property here.

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

Syntax

Visual Basic
Public Sub New ( _
	histogramMode As HistogramMode _
)
C#
public Levels(
	HistogramMode histogramMode
)

Parameters

histogramMode

Type: Aurigma.GraphicsMill.HistogramMode

HistogramMode value specifying how to build the histogram. You can change it later using HistogramMode property.

See Also

Reference