Get foreground color at the specified coordinates
Color getForeground(int x, int y) { final index = _getIndex(x, y); return _readRgba(foregrounds, index); }