This documentation is for the old version. Go to the latest Graphics Mill docs

Histogram Constructor (BitmapData, Int32)

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)

Syntax

Visual Basic
Public Sub New ( _
	bitmapData As BitmapData, _
	channel As Integer _
)
C#
public Histogram(
	BitmapData bitmapData,
	int channel
)

Parameters

bitmapData

Type: Aurigma.GraphicsMill.BitmapData

BitmapData class instance to build the histogram for.
channel

Type: System.Int32

Number of channel to build histogram for.

See Also

Reference