Ejemplo n.º 1
0
        public bool SetTempColorProfile(ColorProfile profile, bool dithering)
        {
            bool ret = C4dApiPINVOKE.MultipassBitmap_SetTempColorProfile(swigCPtr, ColorProfile.getCPtr(profile), dithering);

            return(ret);
        }
Ejemplo n.º 2
0
        public bool SetColorProfile(ColorProfile profile)
        {
            bool ret = C4dApiPINVOKE.BaseBitmap_SetColorProfile(swigCPtr, ColorProfile.getCPtr(profile));

            return(ret);
        }
Ejemplo n.º 3
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);
        }