AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : RGBColorCount Method |
This method has been deprecated and will be removed from ImagXpress in a future release. Please use RGBColorCountV instead. |
The three arrays each containing 256 elements which equate to a count of the red, green, and blue color intensities of the image.
The array sets contain a histogram of intensity values for each of the red, green, and blue components of the current image.
Dim Red(256) As Long Dim Green(256) As Long Dim Blue(256) As Long ImagXpress1.RGBColorCount Red(0), Green(0), Blue(0)