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