Class EscherRGBProperty


public class EscherRGBProperty extends EscherSimpleProperty
A color property.
  • Constructor Details

    • EscherRGBProperty

      public EscherRGBProperty(short propertyNumber, int rgbColor)
  • Method Details

    • 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
    • toXml

      public String toXml(String tab)
      Overrides:
      toXml in class EscherSimpleProperty