Uses of Class net.sourceforge.jiu.color.quantization.OctreeNode

Uses in package net.sourceforge.jiu.color.quantization

Fields of type net.sourceforge.jiu.color.quantization.OctreeNode

OctreeNode[]
OctreeNode

Methods with parameter type net.sourceforge.jiu.color.quantization.OctreeNode

boolean
OctreeNode.add(OctreeNode root, int red, int green, int blue, int bitsPerSample)
Add a color red-green-blue to the octree, given by its root node.
int
If node is a leaf node, this method assigns palette index values and determines the representative color, otherwise it simply recursively calls itself for all child nodes.
void
void

Methods with return type net.sourceforge.jiu.color.quantization.OctreeNode

OctreeNode[]