'Usage
Dim instance As Processor
Dim redCounts As Integer()
Dim greenCounts As Integer()
Dim blueCounts As Integer()
instance.RGBColorCount(redCounts, greenCounts, blueCounts)
Parameters
redCounts
An integer array of red counts.
greenCounts
An integer array of green counts.
blueCounts
An integer array of blue counts.
Remarks
The returned arrays contain a histogram of intensity values for each of the red, green, and blue components of the current image.