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

Histogram Constructor (Bitmap, Int32)

Creates new Histogram instance and builds the histogram for specified bitmap. 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 ( _
	bitmap As Bitmap, _
	channel As Integer _
)
C#
public Histogram(
	Bitmap bitmap,
	int channel
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

Bitmap class instance to build the histogram for.
channel

Type: System.Int32

Number of channel to build histogram for.

See Also

Reference