Exemple #1
0
        public static ColorProfileConvert Alloc()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.ColorProfileConvert_Alloc();
            ColorProfileConvert   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ColorProfileConvert(cPtr, false);

            return(ret);
        }
Exemple #2
0
 public void GetPixelCnt(int x, int y, int cnt, SWIGTYPE_p_UChar buffer, int inc, COLORMODE dstmode, PIXELCNT flags, ColorProfileConvert conversion)
 {
     C4dApiPINVOKE.BaseBitmap_GetPixelCnt__SWIG_0(swigCPtr, x, y, cnt, SWIGTYPE_p_UChar.getCPtr(buffer), inc, (int)dstmode, (int)flags, ColorProfileConvert.getCPtr(conversion));
 }
Exemple #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ColorProfileConvert obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }