Creates new Histogram instance and builds the histogram for specified bitmap data. Histogram is based on the value of channel at specified index.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _
bitmapData As BitmapData, _
channel As Integer _
)
public Histogram(
BitmapData bitmapData,
int channel
)
Type: Aurigma.GraphicsMill.BitmapData
BitmapData class instance to build the histogram for.Type: System.Int32
Number of channel to build histogram for.