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, setConstant
public final short getRed()
Gets the red.
public final void setRed(short value)
Sets the red.
value
- public final short getGreen()
Gets the green.
public final void setGreen(short value)
Sets the green.
value
- public final short getBlue()
Gets the blue.
public final void setBlue(short value)
Sets the blue.
value
- Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.