|
| virtual bool8 | Begin (ICMSProfile *srcProfile, ICMSProfile *destProfile, ICMSSettings::renderingIntent intent)=0 |
| |
| virtual bool8 | Begin (AGMColorSpace *srcColorSpace, ICMSProfile *destProfile, ICMSSettings::renderingIntent intent)=0 |
| |
| virtual bool8 | Begin (AGMColorSpace *srcColorSpace, AGMColorSpace *destColorSpace, ICMSSettings::renderingIntent intent)=0 |
| |
| virtual bool8 | Begin (IDocument *doc, ICMSProfile::profileCategory categorySrc, ICMSProfile::profileCategory categoryDest, ICMSSettings::renderingIntent intent)=0 |
| |
| virtual bool8 | Begin (int32 cstypeSrc, int32 cstypeDst)=0 |
| |
| virtual bool8 | End ()=0 |
| |
| virtual bool8 | Convert (ColorConverterData *dataIn, ColorConverterData *dataOut, int32 numPixels)=0 |
| |
| virtual bool8 | Convert (float *compsIn, float *compsOut)=0 |
| |
| virtual bool8 | Convert (IColorData *colorIn, IColorData *colorOut)=0 |
| |
| virtual int32 | GetNumSourceComponents () const =0 |
| |
| virtual int32 | GetNumDestinationComponents () const =0 |
| |
| virtual void | SetColorConvertOptions (AGMColorProfile *defRGBProfile, AGMColorProfile *defCMYKProfile, bool32 idealizedBlack, bool32 oppBlending, bool32 fastXforms, IGraphicsPort::RenderingIntent defaultRI=IGraphicsPort::kRelative)=0 |
| |
| virtual void | SetColorConvertOptions (IGraphicsPort *iPort)=0 |
| |
| virtual void | SetColorConvertOptions (void *opts, IGraphicsPort::RenderingIntent defaultRI)=0 |
| |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| |
| virtual void | AddRef () const =0 |
| |
| virtual void | Release () const =0 |
| |