LabChannelSplitter.L Property

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

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

Syntax

C#
public PipelineElement L { get; set; }

Property Value

A PipelineElement which receives an image containing the lightness channel.

See Also

Reference