GetQuantumPixels method

Pointer<UnsignedChar> GetQuantumPixels(
  1. Pointer<QuantumInfo> arg0
)

Implementation

ffi.Pointer<ffi.UnsignedChar> GetQuantumPixels(
  ffi.Pointer<QuantumInfo> arg0,
) {
  return _GetQuantumPixels(
    arg0,
  );
}