DrawableImage::Histogram

DrawableImage::Histogram
void Histogram(Rect<SInt32>* rect, unsigned colors[4][256]);
Description

Histogram computes populations counts of each channels color values. Receives four pointers of arrays of 256 values.

Parameters
Parameters 
Description 
Rect<SInt32>* rect 
The area of the drawable image to use. 
unsigned colors[4][256] 
Array of colors.