Package helma.image
Class ColorQuantizer
- java.lang.Object
-
- helma.image.ColorQuantizer
-
public class ColorQuantizer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_CHILDREN
static int
MAX_NODES
static int
MAX_RGB
static int
MAX_TREE_DEPTH
-
Constructor Summary
Constructors Constructor Description ColorQuantizer()
-
-
-
Field Detail
-
MAX_NODES
public static final int MAX_NODES
- See Also:
- Constant Field Values
-
MAX_TREE_DEPTH
public static final int MAX_TREE_DEPTH
- See Also:
- Constant Field Values
-
MAX_CHILDREN
public static final int MAX_CHILDREN
- See Also:
- Constant Field Values
-
MAX_RGB
public static final int MAX_RGB
- See Also:
- Constant Field Values
-
-