getBackground method

int getBackground(
  1. int index
)

Implementation

int getBackground(int index) {
  return _data[index * _cellSize + _cellBackground];
}