Class EscherRGBProperty

    • Constructor Detail

      • EscherRGBProperty

        public EscherRGBProperty​(short propertyNumber,
                                 int rgbColor)
    • 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