Histogram.BuildSum Method (Pipeline, Int32)

Builds a sum histogram using the pipeline approach.

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

Syntax

C#
public static Histogram BuildSum(
	Pipeline pipeline,
	int channel
)

Parameters

pipeline

Type: Aurigma.GraphicsMill.Pipeline

A Pipeline 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