public class CmykMixerChannel extends MixerChannel
CmykChannel. It's wrapper for channel raw data. Used in MixrResource
| Constructor and Description |
|---|
CmykMixerChannel(byte[] data)
Initializes a new instance of the
CmykMixerChannel class. |
| Modifier and Type | Method and Description |
|---|---|
short |
getBlack()
Gets or sets the black.
|
short |
getCyan()
Gets or sets the cyan.
|
short |
getMagenta()
Gets or sets the magenta.
|
short |
getYellow()
Gets or sets the yellow.
|
void |
setBlack(short value)
Gets or sets the black.
|
void |
setCyan(short value)
Gets or sets the cyan.
|
void |
setMagenta(short value)
Gets or sets the magenta.
|
void |
setYellow(short value)
Gets or sets the yellow.
|
getConstant, getRawData, setConstantpublic CmykMixerChannel(byte[] data)
Initializes a new instance of the CmykMixerChannel class.
data - The data of the resource.public final short getCyan()
Gets or sets the cyan.
Value: The cyan.public final void setCyan(short value)
Gets or sets the cyan.
Value: The cyan.public final short getMagenta()
Gets or sets the magenta.
Value: The magenta.public final void setMagenta(short value)
Gets or sets the magenta.
Value: The magenta.public final short getYellow()
Gets or sets the yellow.
Value: The yellow.public final void setYellow(short value)
Gets or sets the yellow.
Value: The yellow.public final short getBlack()
Gets or sets the black.
Value: The black.public final void setBlack(short value)
Gets or sets the black.
Value: The black.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.