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 the black.
|
short |
getCyan()
Gets the cyan.
|
short |
getMagenta()
Gets the magenta.
|
short |
getYellow()
Gets the yellow.
|
void |
setBlack(short value)
Sets the black.
|
void |
setCyan(short value)
Sets the cyan.
|
void |
setMagenta(short value)
Sets the magenta.
|
void |
setYellow(short value)
Sets the yellow.
|
getConstant, getRawData, setConstant
public CmykMixerChannel(byte[] data)
Initializes a new instance of the CmykMixerChannel
class.
data
- The data of the resource.public final short getCyan()
Gets the cyan.
public final void setCyan(short value)
Sets the cyan.
value
- the cyan.public final short getMagenta()
Gets the magenta.
public final void setMagenta(short value)
Sets the magenta.
value
- the magenta.public final short getYellow()
Gets the yellow.
public final void setYellow(short value)
Sets the yellow.
value
- the yellow.public final short getBlack()
Gets the black.
public final void setBlack(short value)
Sets the black.
value
- the black.