flutterxel_core_image_pget method

bool flutterxel_core_image_pget(
  1. int img,
  2. int x,
  3. int y,
  4. Pointer<Int32> col_out,
)

Implementation

bool flutterxel_core_image_pget(
  int img,
  int x,
  int y,
  ffi.Pointer<ffi.Int32> col_out,
) {
  return _flutterxel_core_image_pget(img, x, y, col_out);
}