by impi » Sun May 30, 2010 12:51 am
Well, you can do this with bitmap.getPixel();
You get an integer which is an color. with the Color class from android you can resolve the colorchannels and convert to hsv and so on...
You must use the bitmap of your map, or the specific tiles that are used for your map.