setRedInt method

void setRedInt(
  1. int x,
  2. int y,
  3. int c
)

Implementation

void setRedInt(int x, int y, int c) {
  if (red != null) {
    red!.setInt(x, y, c);
  }
}