ContrastImage method

int ContrastImage(
  1. Pointer<Image> arg0,
  2. int arg1,
  3. Pointer<ExceptionInfo> arg2
)

Implementation

int ContrastImage(
  ffi.Pointer<Image> arg0,
  int arg1,
  ffi.Pointer<ExceptionInfo> arg2,
) {
  return _ContrastImage(
    arg0,
    arg1,
    arg2,
  );
}