Possible Duplicate:
How to convert a color integer to a hex String in Android?
int c = bitmap.getPixel(x, y);
returns a 7 or 8 digit number like -14438067
for green for example.
How do I convert it to hex or something meaningful? I tried parseColor but I get an exception "not a color..."