SetImageGray method

int SetImageGray(
  1. Pointer<Image> arg0,
  2. Pointer<ExceptionInfo> arg1
)

Implementation

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