rgb2rgba method
Implementation
void rgb2rgba(
ffi.Pointer<ffi.UnsignedChar> rgb,
int width,
int height,
ffi.Pointer<ffi.UnsignedChar> rgba,
) {
return _rgb2rgba(
rgb,
width,
height,
rgba,
);
}
void rgb2rgba(
ffi.Pointer<ffi.UnsignedChar> rgb,
int width,
int height,
ffi.Pointer<ffi.UnsignedChar> rgba,
) {
return _rgb2rgba(
rgb,
width,
height,
rgba,
);
}