TiffExtraChannelEntry Constructor

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)

Syntax

C#
public TiffExtraChannelEntry(
	Pipeline source,
	TiffChannelType channelType
)

Parameters

source

Type: Aurigma.GraphicsMill.Pipeline

A Pipeline producing image data for an extra channel. You can change it later through the Image property.
channelType

Type: Aurigma.GraphicsMill.Codecs.TiffChannelType

A TiffChannelType of an extra channel. You can change it later through the ChannelType property.

See Also

Reference