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

ColorAdjustmentProvider.AutoLevels Method (HistogramMode)

Automatically applies levels adjustment.

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

Syntax

Visual Basic
Public Sub AutoLevels ( _
	histogramMode As HistogramMode _
)
C#
public void AutoLevels(
	HistogramMode histogramMode
)

Parameters

histogramMode

Type: Aurigma.GraphicsMill.HistogramMode

HistogramModevalue that specifies how to build histogram.

Remarks

You can also use Levels class to apply this correction (with Auto property set to true).

See Also

Reference