ClutImage method

int ClutImage(
  1. Pointer<Image> arg0,
  2. Pointer<Image> arg1,
  3. int arg2,
  4. Pointer<ExceptionInfo> arg3,
)

Implementation

int ClutImage(
  ffi.Pointer<Image> arg0,
  ffi.Pointer<Image> arg1,
  int arg2,
  ffi.Pointer<ExceptionInfo> arg3,
) {
  return _ClutImage(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}