Package loci.poi.ddf

Class EscherRGBProperty


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

      • EscherRGBProperty

        public EscherRGBProperty​(short propertyNumber,
                                 int rgbColor)
    • Method Detail

      • getRgbColor

        public int getRgbColor()
      • getRed

        public byte getRed()
      • getGreen

        public byte getGreen()
      • getBlue

        public byte getBlue()