public class CdrColor extends Object
The cdr color
Constructor and Description |
---|
CdrColor() |
Modifier and Type | Method and Description |
---|---|
int |
getColorModel()
Gets the color model.
|
int |
getColorValue()
Gets the color value.
|
byte |
getOpacity()
Gets the opacity.
|
int |
getRgbColorValue()
Gets the RGB color value.
|
void |
setColorModel(int value)
Sets the color model.
|
void |
setColorValue(int value)
Sets the color value.
|
void |
setOpacity(byte value)
Sets the opacity.
|
void |
setRgbColorValue(int value)
Sets the RGB color value.
|
public final int getColorModel()
Gets the color model.
public final void setColorModel(int value)
Sets the color model.
value
- the color model.public final int getColorValue()
Gets the color value.
public final void setColorValue(int value)
Sets the color value.
value
- the color value.public final int getRgbColorValue()
Gets the RGB color value.
public final void setRgbColorValue(int value)
Sets the RGB color value.
value
- the RGB color value.public final byte getOpacity()
Gets the opacity.
public final void setOpacity(byte value)
Sets the opacity.
value
- the opacity.