SetImageGray method
Implementation
int SetImageGray(
ffi.Pointer<Image> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _SetImageGray(
arg0,
arg1,
);
}
int SetImageGray(
ffi.Pointer<Image> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _SetImageGray(
arg0,
arg1,
);
}