getBackground method

int getBackground(
  1. int index
)

Implementation

int getBackground(int index) {
  return _field(index, _cellBackground);
}