Uses of Class
toxi.color.Histogram

Packages that use Histogram
toxi.color   
 

Uses of Histogram in toxi.color
 

Methods in toxi.color that return Histogram
static Histogram Histogram.newFromARGBArray(int[] pixels, int numSamples, float tolerance, boolean blendCols)
          Creates a new histogram of color samples taken from the given ARGB array in order to identify the primary colors in the image.