Initializes a new instance of the TiffExtraChannelEntry class using the specified image and channel type.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public TiffExtraChannelEntry( Pipeline source, TiffChannelType channelType )
Type: Aurigma.GraphicsMill.Pipeline
A Pipeline producing image data for an extra channel. You can change it later through the Image property.Type: Aurigma.GraphicsMill.Codecs.TiffChannelType
A TiffChannelType of an extra channel. You can change it later through the ChannelType property.