Automatically applies levels adjustment.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub AutoLevels ( _
channels As Boolean(), _
histogramMode As HistogramMode _
)
public void AutoLevels(
bool[] channels,
HistogramMode histogramMode
)
Type: System.Boolean []
Array of flags specifying what channels to apply effect at. If array item is true, transform will be applied at channel with appropriate index. Otherwise this channel is skipped.Type: Aurigma.GraphicsMill.HistogramMode
HistogramModevalue that specifies how to build histogram.