Pixel List in Color

Posted by Caleb on
URL: http://imagej.273.s1.nabble.com/Pixel-List-in-Color-tp5015820.html

I am fairly new to imageJ and I'm trying to find a way to get list of the RGB values of the pixels in a region.

I have found several ways to get separate values for red, green, and blue but I'm looking for all in the same

For example:

Red   Green   Blue   Count
0      0         0       #
0      0         1       #
...
0      0         255    #
...
178   39       180    #

And so on.  

If there is an existing way to do this or a macro that already does this that would be great.