LabChannelSplitter Class

Separates a Lab image by color channels.

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

Syntax

C#
public sealed class LabChannelSplitter : ChannelSplitter

Remarks

The result of channels separation is a number of grayscale images. The number of images depends on the source image color space. The pixel format of the resulting image depends on the source image pixel format. The resulting image is Format8bppGrayscale if the source bitmap is not extended, and Format16bppGrayscale otherwise.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.PipelineElement
L Aurigma.GraphicsMill.ChannelSplitter
L Aurigma.GraphicsMill.LabChannelSplitter

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference

Manual