ColorAdjustmentProvider.AutoLevels Method (HistogramMode)

Automatically applies levels correction to the bitmap using the specified histogram mode.

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

Syntax

C#
public void AutoLevels(
	HistogramMode histogramMode
)

Parameters

histogramMode

Type: Aurigma.GraphicsMill.HistogramMode

A HistogramMode value that specifies how to build histogram during levels adjusting.

See Also

Reference