setAlphaInt method

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

Implementation

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