PixelSetQuantumPixel method
Implementation
void PixelSetQuantumPixel(
ffi.Pointer<Image> arg0,
ffi.Pointer<Quantum> arg1,
ffi.Pointer<PixelWand> arg2,
) {
return _PixelSetQuantumPixel(
arg0,
arg1,
arg2,
);
}
void PixelSetQuantumPixel(
ffi.Pointer<Image> arg0,
ffi.Pointer<Quantum> arg1,
ffi.Pointer<PixelWand> arg2,
) {
return _PixelSetQuantumPixel(
arg0,
arg1,
arg2,
);
}