RgbMixerChannel Class
Summary: RgbChannel. 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.RgbMixerChannel
Inheritance: MixerChannel
Aspose.PSD Version: 24.9.0
Properties
Name | Type | Access | Description |
---|---|---|---|
blue | short | r/w | Gets or sets the blue. |
constant | short | r/w | Gets or sets the constant.of channel. |
green | short | r/w | Gets or sets the green. |
red | short | r/w | Gets or sets the red. |
Methods
Name | Description |
---|---|
get_raw_data() | Gets the raw data. |
Method: get_raw_data()
get_raw_data()
Gets the raw data.
Returns
Type | Description |
---|---|
byte | Raw byte data |