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 BuildSum ( _
bitmapData As BitmapData, _
channel As Integer _
)
public void BuildSum(
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.