Class XpmImageParser.PaletteEntry

java.lang.Object
org.apache.commons.imaging.formats.xpm.XpmImageParser.PaletteEntry
Enclosing class:
XpmImageParser

private static class XpmImageParser.PaletteEntry extends Object
  • Field Details

    • index

      int index
    • haveColor

      boolean haveColor
    • colorArgb

      int colorArgb
    • haveGray

      boolean haveGray
    • grayArgb

      int grayArgb
    • haveGray4Level

      boolean haveGray4Level
    • gray4LevelArgb

      int gray4LevelArgb
    • haveMono

      boolean haveMono
    • monoArgb

      int monoArgb
  • Constructor Details

    • PaletteEntry

      private PaletteEntry()
  • Method Details

    • getBestARGB

      int getBestARGB()