Color Image::getPixelColor( int16_t x , int16_t y )
Image::getPixelColor fetches the pixel at (x, y) as color, no matter if the image is indexed or not.
Color: color of the pixel
N/A