ChannelInformation Class

Summary: The channel information.

Module: aspose.psd.fileformats.psd.layers

Full Name: aspose.psd.fileformats.psd.layers.ChannelInformation

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
ChannelInformation(compression_method, bit_depth, psd_version)Initializes a new instance of the ChannelInformation class.

Properties

NameTypeAccessDescription
channel_idshortr/wGets or sets the channel ID.
compression_methodCompressionMethodr/wGets or sets the compression method.
lengthintrGets the channel length in bytes.

Constructor: ChannelInformation(compression_method, bit_depth, psd_version)

 ChannelInformation(compression_method, bit_depth, psd_version) 

Initializes a new instance of the ChannelInformation class.

Parameters:

ParameterTypeDescription
compression_methodCompressionMethodThe compression method.
bit_depthintThe bit depth.
psd_versionintThe PSD version.