GetQuantumInfo method

void GetQuantumInfo(
  1. Pointer<ImageInfo> arg0,
  2. Pointer<QuantumInfo> arg1
)

Implementation

void GetQuantumInfo(
  ffi.Pointer<ImageInfo> arg0,
  ffi.Pointer<QuantumInfo> arg1,
) {
  return _GetQuantumInfo(
    arg0,
    arg1,
  );
}