uint16_t Image::getPixel( int16_t x , int16_t y )
Image::getPixel returns the pixel color at (x, y), however you have to figure out yourself if it is an indexed color or an rgb565 color! It is highly adviced to use Image::getPixelColor or Image::getPixelIndex instead!
uint16_t: raw pixel color
N/A