Separates a RGB image by color channels.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class RgbChannelSplitter : ChannelSplitter
The result of channels separation is a number of grayscale images that are used to create printing plates. 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.