ChannelSplitter.Channel Property (Int32)

Gets or sets a pipeline element which receives the channel at the specified index.

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

Syntax

C#
public PipelineElement this[
	int index
] { get; set; }

Parameters

index

Type: System.Int32

An index of the channel to get or set a pipeline element for.

Property Value

A PipelineElement associated with the channel at a given index.

See Also

Reference