Aurigma.GraphicsMill.Core.x64 by Aurigma Inc.

<PackageReference Include="Aurigma.GraphicsMill.Core.x64" Version="9.3.11" />

.NET API 63,775,232 bytes

 LabChannelSplitter

public sealed class LabChannelSplitter : ChannelSplitter
Separates a Lab image by color channels.
public PipelineElement A { get; set; }

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

public PipelineElement Alpha { get; set; }

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

public PipelineElement B { get; set; }

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

public PipelineElement L { get; set; }

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

Initializes a new instance of the LabChannelSplitter class.