extended_color_content method

int extended_color_content(
  1. int arg0,
  2. Pointer<Int> arg1,
  3. Pointer<Int> arg2,
  4. Pointer<Int> arg3,
)

Implementation

int extended_color_content(
  int arg0,
  ffi.Pointer<ffi.Int> arg1,
  ffi.Pointer<ffi.Int> arg2,
  ffi.Pointer<ffi.Int> arg3,
) {
  return _extended_color_content(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}