GradientImage method

int GradientImage(
  1. Pointer<Image> arg0,
  2. int arg1,
  3. int arg2,
  4. Pointer<StopInfo> arg3,
  5. int arg4,
  6. Pointer<ExceptionInfo> arg5,
)

Implementation

int GradientImage(
  ffi.Pointer<Image> arg0,
  int arg1,
  int arg2,
  ffi.Pointer<StopInfo> arg3,
  int arg4,
  ffi.Pointer<ExceptionInfo> arg5,
) {
  return _GradientImage(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
    arg5,
  );
}