CmykMixerChannel Class
Contents
[
Hide
]Summary: CmykChannel. It’s wrapper for channel raw data. Used in MixrResource
Module: aspose.psd.fileformats.psd.layers.adjustmentlayers
Full Name: aspose.psd.fileformats.psd.layers.adjustmentlayers.CmykMixerChannel
Inheritance: MixerChannel
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
CmykMixerChannel(data) | Initializes a new instance of the CmykMixerChannel class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
black | short | r/w | Gets or sets the black. |
constant | short | r/w | Gets or sets the constant.of channel. |
cyan | short | r/w | Gets or sets the cyan. |
magenta | short | r/w | Gets or sets the magenta. |
yellow | short | r/w | Gets or sets the yellow. |
Methods
Name | Description |
---|---|
get_raw_data() | Gets the raw data. |
Constructor: CmykMixerChannel(data)
CmykMixerChannel(data)
Initializes a new instance of the CmykMixerChannel class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The data of the resource. |
Method: get_raw_data()
get_raw_data()
Gets the raw data.
Returns
Type | Description |
---|---|
byte | Raw byte data |