StereoAnaglyphImage method
Implementation
ffi.Pointer<Image> StereoAnaglyphImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<Image> arg1,
int arg2,
int arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _StereoAnaglyphImage(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}