RgbChannelCombiner Class

Creates a RGB image by combining several grayscale images.

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

Syntax

C#
public sealed class RgbChannelCombiner : ChannelCombiner

Remarks

Note

The merging channels must be of the same dimensions and resolution.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.PipelineElement
L Aurigma.GraphicsMill.ChannelCombiner
L Aurigma.GraphicsMill.RgbChannelCombiner

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