Example #1
0
    public PixelRgba safePixel(uint x, uint y)
    {
        PixelRgba ret = new PixelRgba(yarpPINVOKE.ImageRgba_safePixel__SWIG_0(swigCPtr, x, y), false);

        return(ret);
    }
Example #2
0
    public PixelRgba access(uint x, uint y)
    {
        PixelRgba ret = new PixelRgba(yarpPINVOKE.ImageRgba_access__SWIG_0(swigCPtr, x, y), false);

        return(ret);
    }
Example #3
0
 internal static HandleRef getCPtr(PixelRgba obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PixelRgba obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public PixelRgba safePixel(int x, int y)
 {
     PixelRgba ret = new PixelRgba(yarpPINVOKE.ImageRgba_safePixel__SWIG_0(swigCPtr, x, y), false);
     return ret;
 }
 public PixelRgba pixel(int x, int y)
 {
     PixelRgba ret = new PixelRgba(yarpPINVOKE.ImageRgba_pixel(swigCPtr, x, y), false);
     return ret;
 }