vips_add_band method

int vips_add_band(
  1. Pointer<Int32> in_1,
  2. Pointer<Pointer<Int32>> out,
  3. double c
)

Implementation

int vips_add_band(
  ffi.Pointer<ffi.Int32> in_1,
  ffi.Pointer<ffi.Pointer<ffi.Int32>> out,
  double c,
) {
  return _vips_add_band(
    in_1,
    out,
    c,
  );
}