PixelGetIndex method

int PixelGetIndex(
  1. Pointer<PixelWand> arg0
)

Implementation

int PixelGetIndex(
  ffi.Pointer<PixelWand> arg0,
) {
  return _PixelGetIndex(
    arg0,
  );
}