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