extended_color_content_sp method

int extended_color_content_sp(
  1. Pointer<SCREEN> arg0,
  2. int arg1,
  3. Pointer<Int> arg2,
  4. Pointer<Int> arg3,
  5. Pointer<Int> arg4,
)

Implementation

int extended_color_content_sp(
  ffi.Pointer<SCREEN> arg0,
  int arg1,
  ffi.Pointer<ffi.Int> arg2,
  ffi.Pointer<ffi.Int> arg3,
  ffi.Pointer<ffi.Int> arg4,
) {
  return _extended_color_content_sp(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
  );
}