Package loci.poi.ddf

Class EscherRGBProperty


public class EscherRGBProperty extends EscherSimpleProperty
A color property.
Author:
Glen Stampoultzis (glens at apache.org)
  • Constructor Details

    • EscherRGBProperty

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

    • getRgbColor

      public int getRgbColor()
    • getRed

      public byte getRed()
    • getGreen

      public byte getGreen()
    • getBlue

      public byte getBlue()