Automatically applies levels adjustment using provided threshold level and histogram mode.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub AutoLevels ( _ threshold As Double, _ histogramMode As HistogramMode _ )
public void AutoLevels( double threshold, HistogramMode histogramMode )
Type: System.Double
Threshold level of the automatic level correction algorithm (sensitivity).
The threshold value is used to define a percent of pixels on edges of the tonal range to discard. Threshold = 1 is 100% of pixels. To get more or less realistic result, use a value less than 1% (0.01). For example:
Type: Aurigma.GraphicsMill.HistogramMode
HistogramMode value that specifies how to build the image histogram.You can also use Levels class to apply this correction (with Auto property set to true).