BitmapStatisticsProvider.GetSumHistogram Method (Channel)

Calculates and returns a histogram built from luminosity of the single channel of the pixel.

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

Syntax

C#
public Histogram GetSumHistogram(
	Channel channel
)

Parameters

channel

Type: Aurigma.GraphicsMill.Channel

A Channel to build histogram for.

Return Value

A Histogram containing sum histogram of this bitmap.

Remarks

This histogram type is used in Adobe® Photoshop®.

See Also

Reference