setBlueInt method

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

Implementation

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