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 the blue.
|
short |
getGreen()
Gets the green.
|
short |
getRed()
Gets the red.
|
void |
setBlue(short value)
Sets the blue.
|
void |
setGreen(short value)
Sets the green.
|
void |
setRed(short value)
Sets the red.
|
getConstant, getRawData, setConstantpublic final short getRed()
Gets the red.
public final void setRed(short value)
Sets the red.
value - the red.public final short getGreen()
Gets the green.
public final void setGreen(short value)
Sets the green.
value - the green.public final short getBlue()
Gets the blue.
public final void setBlue(short value)
Sets the blue.
value - the blue.