Gif color range
I am developing an application in which i need to identify all colors within a gif image. At the moment when i return the values of all the colors using the .getRGB() method i get a negative intiger value for each color.
How does this integer value relate to the RGB value?
Do these integers sequentially represent the sequential RGB values? E.g. int range from x to y may represent all possible blue colors, etc.
Any help would be greatly appriciated.
Many thanks!

