예제 #1
0
 public bool SetTempColorProfile(ColorProfile profile, bool dithering) {
   bool ret = C4dApiPINVOKE.MultipassBitmap_SetTempColorProfile(swigCPtr, ColorProfile.getCPtr(profile), dithering);
   return ret;
 }
예제 #2
0
 public bool PrepareTransform(COLORMODE srccolormode, ColorProfile srcprofile, COLORMODE dstcolormode, ColorProfile dstprofile, bool bgr) {
   bool ret = C4dApiPINVOKE.ColorProfileConvert_PrepareTransform(swigCPtr, (int)srccolormode, ColorProfile.getCPtr(srcprofile), (int)dstcolormode, ColorProfile.getCPtr(dstprofile), bgr);
   return ret;
 }
예제 #3
0
 public string /* String_cstype */ GetInfo(ColorProfile.COLORPROFILEINFO arg0)  {  /* <String_csout> */
     string ret = C4dApiPINVOKE.ColorProfile_GetInfo(swigCPtr, (int)arg0);
     return ret;
  } /* </String_csout> */ 
예제 #4
0
 public bool SetColorProfile(ColorProfile profile) {
   bool ret = C4dApiPINVOKE.BaseBitmap_SetColorProfile(swigCPtr, ColorProfile.getCPtr(profile));
   return ret;
 }
예제 #5
0
 internal static HandleRef getCPtr(ColorProfile obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }