Exemplo n.º 1
0
        public virtual ColorTemp getSpotWB(SWIGTYPE_p_std__vectorT_rtengine__Coord2D_t red, SWIGTYPE_p_std__vectorT_rtengine__Coord2D_t green, SWIGTYPE_p_std__vectorT_rtengine__Coord2D_t blue, int tran, double equal)
        {
            ColorTemp ret = new ColorTemp(libPhotoAssistantImageProcessingPINVOKE.ImageSource_getSpotWB(swigCPtr, SWIGTYPE_p_std__vectorT_rtengine__Coord2D_t.getCPtr(red), SWIGTYPE_p_std__vectorT_rtengine__Coord2D_t.getCPtr(green), SWIGTYPE_p_std__vectorT_rtengine__Coord2D_t.getCPtr(blue), tran, equal), true);

            if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
            {
                throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_rtengine__Coord2D_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }