start_color_sp method

int start_color_sp(
  1. Pointer<SCREEN> arg0
)

Implementation

int start_color_sp(
  ffi.Pointer<SCREEN> arg0,
) {
  return _start_color_sp(
    arg0,
  );
}