void setBackground(int index, int value) { _data[index * _cellSize + _cellBackground] = value; version++; }