Beispiel #1
0
 public virtual void getRAWHistogram(SWIGTYPE_p_LUTT_unsigned_int_t histRedRaw, SWIGTYPE_p_LUTT_unsigned_int_t histGreenRaw, SWIGTYPE_p_LUTT_unsigned_int_t histBlueRaw)
 {
     libPhotoAssistantImageProcessingPINVOKE.ImageSource_getRAWHistogram(swigCPtr, SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histRedRaw), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histGreenRaw), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histBlueRaw));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void histogramChanged(SWIGTYPE_p_LUTT_unsigned_int_t histRed, SWIGTYPE_p_LUTT_unsigned_int_t histGreen, SWIGTYPE_p_LUTT_unsigned_int_t histBlue, SWIGTYPE_p_LUTT_unsigned_int_t histLuma, SWIGTYPE_p_LUTT_unsigned_int_t histToneCurve, SWIGTYPE_p_LUTT_unsigned_int_t histLCurve, SWIGTYPE_p_LUTT_unsigned_int_t histCCurve, SWIGTYPE_p_LUTT_unsigned_int_t histLCAM, SWIGTYPE_p_LUTT_unsigned_int_t histCCAM, SWIGTYPE_p_LUTT_unsigned_int_t histRedRaw, SWIGTYPE_p_LUTT_unsigned_int_t histGreenRaw, SWIGTYPE_p_LUTT_unsigned_int_t histBlueRaw, SWIGTYPE_p_LUTT_unsigned_int_t histChroma)
 {
     libPhotoAssistantImageProcessingPINVOKE.HistogramListener_histogramChanged(swigCPtr, SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histRed), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histGreen), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histBlue), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histLuma), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histToneCurve), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histLCurve), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histCCurve), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histLCAM), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histCCAM), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histRedRaw), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histGreenRaw), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histBlueRaw), SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histChroma));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public virtual void getAutoExpHistogram(SWIGTYPE_p_LUTT_unsigned_int_t histogram, SWIGTYPE_p_int histcompr)
 {
     libPhotoAssistantImageProcessingPINVOKE.ImageSource_getAutoExpHistogram(swigCPtr, SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(histogram), SWIGTYPE_p_int.getCPtr(histcompr));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 public void calcCroppedHistogram(ProcParams arg0, float scale, SWIGTYPE_p_LUTT_unsigned_int_t hist)
 {
     libPhotoAssistantImageProcessingPINVOKE.Imagefloat_calcCroppedHistogram(swigCPtr, ProcParams.getCPtr(arg0), scale, SWIGTYPE_p_LUTT_unsigned_int_t.getCPtr(hist));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_LUTT_unsigned_int_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }