has_alpha_channel method

int has_alpha_channel(
  1. Pointer<Int32> image
)

Implementation

int has_alpha_channel(
  ffi.Pointer<ffi.Int32> image,
) {
  return _has_alpha_channel(
    image,
  );
}