color_content_sp method
Implementation
int color_content_sp(
ffi.Pointer<SCREEN> arg0,
int arg1,
ffi.Pointer<ffi.Short> arg2,
ffi.Pointer<ffi.Short> arg3,
ffi.Pointer<ffi.Short> arg4,
) {
return _color_content_sp(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}