Automatically applies levels correction to the bitmap using the specified threshold and histogram mode.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void AutoLevels(
float threshold,
HistogramMode histogramMode
)
Type: System.Single
The threshold level on which correction should be based.Type: Aurigma.GraphicsMill.HistogramMode
A HistogramMode value that specifies how to build histogram during levels adjusting.