-
-
Constructor Summary
Constructors
Constructor and Description |
EscherRGBProperty(short propertyNumber,
int rgbColor) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
getRgbColor
public int getRgbColor()
- Returns:
- the rgb color as int value
-
getRed
public byte getRed()
- Returns:
- the red part
-
getGreen
public byte getGreen()
- Returns:
- the green part
-
getBlue
public byte getBlue()
- Returns:
- the blue part
Copyright 2018 The Apache Software Foundation or
its licensors, as applicable.