setBackground method

void setBackground(
  1. int index,
  2. int value
)

Implementation

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