TransparentPaintImageChroma method
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,
);
}