Set background color at the specified coordinates
void setBackground(int x, int y, Color color) { final index = _getIndex(x, y); _writeRgba(backgrounds, index, color); }