TransparentPaintImageChroma method

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

Implementation

int TransparentPaintImageChroma(
  ffi.Pointer<Image> arg0,
  ffi.Pointer<PixelInfo> arg1,
  ffi.Pointer<PixelInfo> arg2,
  int arg3,
  int arg4,
  ffi.Pointer<ExceptionInfo> arg5,
) {
  return _TransparentPaintImageChroma(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
    arg5,
  );
}