ChannelSplitter.Channel Property (Channel)

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

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

Syntax

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

Parameters

index

Type: Aurigma.GraphicsMill.Channel

A Channel to get or set a pipeline element for.

Property Value

A PipelineElement associated with a given channel.

See Also

Reference