protected class PaletteBuilder.ColorNode extends Object
Modifier and Type | Field and Description |
---|---|
long |
blue |
int |
childCount |
(package private) PaletteBuilder.ColorNode[] |
children |
int |
colorCount |
long |
green |
boolean |
isLeaf |
int |
level |
(package private) PaletteBuilder.ColorNode |
nextReducible |
int |
paletteIndex |
long |
red |
Constructor and Description |
---|
ColorNode() |
public boolean isLeaf
public int childCount
PaletteBuilder.ColorNode[] children
public int colorCount
public long red
public long blue
public long green
public int paletteIndex
public int level
PaletteBuilder.ColorNode nextReducible
Copyright © 2017 Open Microscopy Environment