Histogram.BuildSum Method (Bitmap, Int32)

Builds a sum histogram for the specified bitmap.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Histogram BuildSum(
	Bitmap bitmap,
	int channel
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

A Bitmap to build the histogram for.
channel

Type: System.Int32

The index of a channel to build the histogram for.

Return Value

A Histogram based on the value of the channel at specified index.

See Also

Reference