public bool Not(Color161616Pixel p)
    {
        bool ret = VisionLabPINVOKE.Color161616Pixel_Not(swigCPtr, Color161616Pixel.getCPtr(p));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static HandleRef getCPtr(Color161616Pixel obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public bool Not(Color161616Pixel p) {
   bool ret = VisionLabPINVOKE.Color161616Pixel_Not(swigCPtr, Color161616Pixel.getCPtr(p));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Color161616Pixel obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(Color161616Pixel obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }