Class CustomPaletteBuilder.ColorNode

  • Enclosing class:
    CustomPaletteBuilder

    protected class CustomPaletteBuilder.ColorNode
    extends Object
    The node of color tree.
    • Field Detail

      • isLeaf

        public boolean isLeaf
      • childCount

        public int childCount
      • colorCount

        public int colorCount
      • red

        public long red
      • blue

        public long blue
      • green

        public long green
      • paletteIndex

        public int paletteIndex
      • level

        public int level
    • Constructor Detail

      • ColorNode

        public ColorNode()
    • Method Detail

      • getLeafChildCount

        public int getLeafChildCount()
      • getRGB

        public int getRGB()