RgbChannelSplitter.G Property

Gets or sets a pipeline element which receives an image containing the green channel.

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

Syntax

C#
public PipelineElement G { get; set; }

Property Value

A PipelineElement which receives an image containing the green channel.

See Also

Reference