color_content method

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

Implementation

int color_content(
  int arg0,
  ffi.Pointer<ffi.Short> arg1,
  ffi.Pointer<ffi.Short> arg2,
  ffi.Pointer<ffi.Short> arg3,
) {
  return _color_content(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}