ColorAdjustmentProvider.AutoLevels Method (Single)

Automatically applies levels correction to the bitmap using the specified threshold.

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

Syntax

C#
public void AutoLevels(
	float threshold
)

Parameters

threshold

Type: System.Single

The threshold level on which correction should be based.

See Also

Reference