getForeground method

int getForeground(
  1. int index
)

Implementation

int getForeground(int index) {
  return _field(index, _cellForeground);
}