I have a fucntion that create histogram of each Bitmap. How can i create another 3 histograms for R.G.B of each Bitmap?
- by Daniel Lip
This is the histogram function im using today and if im not worng it's creating an histogram by Gray color.
What i want is another fucntion that will return me 3 histograms of each Bitmap:
The first histogram will be of the Red color of the bitmap the second for the Green color and the last one for the Blue color.
public static long[]…