public bool SetTempColorProfile(ColorProfile profile, bool dithering) { bool ret = C4dApiPINVOKE.MultipassBitmap_SetTempColorProfile(swigCPtr, ColorProfile.getCPtr(profile), dithering); return(ret); }
public bool SetColorProfile(ColorProfile profile) { bool ret = C4dApiPINVOKE.BaseBitmap_SetColorProfile(swigCPtr, ColorProfile.getCPtr(profile)); return(ret); }
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); }