Uses of Class
toxi.color.Histogram

Packages that use Histogram
Package
Description
 
  • Uses of Histogram in toxi.color

    Methods in toxi.color that return Histogram
    Modifier and Type
    Method
    Description
    static Histogram
    Histogram.newFromARGBArray(int[] pixels, int numSamples, float tolerance, boolean blendCols)
    Creates a new histogram of random color samples taken from the given ARGB array in order to identify the most frequently used colors in the image.