ColorAdjustmentProvider.AutoLevels Method (Single, HistogramMode)

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

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

Syntax

C#
public void AutoLevels(
	float threshold,
	HistogramMode histogramMode
)

Parameters

threshold

Type: System.Single

The threshold level on which correction should be based.
histogramMode

Type: Aurigma.GraphicsMill.HistogramMode

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

See Also

Reference