Get background color at the specified coordinates
Color getBackground(int x, int y) { final index = _getIndex(x, y); return _readRgba(backgrounds, index); }