color_set method

int color_set(
  1. int arg0,
  2. Pointer<Void> arg1
)

Implementation

int color_set(
  int arg0,
  ffi.Pointer<ffi.Void> arg1,
) {
  return _color_set(
    arg0,
    arg1,
  );
}