TintImage method
Implementation
ffi.Pointer<Image> TintImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<ffi.Char> arg1,
ffi.Pointer<PixelInfo> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _TintImage(
arg0,
arg1,
arg2,
arg3,
);
}