public class RgbMixerChannel extends MixerChannel
RgbChannel. It's wrapper for channel raw data. Used in MixrResource
Modifier and Type | Method and Description |
---|---|
short |
getBlue()
Gets or sets the blue.
|
short |
getGreen()
Gets or sets the green.
|
short |
getRed()
Gets or sets the red.
|
void |
setBlue(short value)
Gets or sets the blue.
|
void |
setGreen(short value)
Gets or sets the green.
|
void |
setRed(short value)
Gets or sets the red.
|
getConstant, getRawData, setConstant
public final short getRed()
Gets or sets the red.
Value: The red.public final void setRed(short value)
Gets or sets the red.
Value: The red.public final short getGreen()
Gets or sets the green.
Value: The green.public final void setGreen(short value)
Gets or sets the green.
Value: The green.public final short getBlue()
Gets or sets the blue.
Value: The blue.public final void setBlue(short value)
Gets or sets the blue.
Value: The blue.