I developed an application that is able to recognize the color of a selected image area. It works perfectly for Android 2.2. Now I'm trying to use it on devices 2.3. To make it work properly on 2.2 I had to overcome many problems caused by dithering, and the format of the bits of the screen. Now I have the same problem for 2.3 and I do not know what to invent.
color = mBitmap.getPixel((int)event.getX(), (int)event.getY());
Does not see color differences very small.