flutterxel_core_circ method

bool flutterxel_core_circ(
  1. int x,
  2. int y,
  3. int r,
  4. int col,
)

Implementation

bool flutterxel_core_circ(int x, int y, int r, int col) {
  return _flutterxel_core_circ(x, y, r, col);
}