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