ColorIndex Image::getPixelIndex( int16_t x , int16_t y )
Image::getPixelIndex fetches the pixel at (x, y) as an indexed color. If there is no matching indexed color it'll find the closest match.
ColorIndex: indexed color (closest match)
N/A