![]() | InDesign SDK 20.5 |
#include <ITransformSwatchesCmdData.h>

Public Types | |
| enum | { kDefaultIID = IID_ITRANSFORMSWATCHESCMDDATA } |
Public Member Functions | |
| virtual void | Set (IDataBase *pSrcDB, const PMString &strSrcProfile, IDataBase *pDstDB, const PMString &strDstProfile, ICMSSettings::renderingIntent inIntent, bool16 inUseKPC, uint32 inEngineCMS, uint32 inEngineCMM, ISwatchList *inSwatchList)=0 |
| virtual ICMSProfile * | QuerySrcProfile ()=0 |
| virtual ICMSProfile * | QueryDstProfile ()=0 |
| virtual ICMSSettings::renderingIntent | GetIntent () const =0 |
| virtual bool16 | GetUseKPC () const =0 |
| virtual uint32 | GetEngineCMS () const =0 |
| virtual uint32 | GetEngineCMM () const =0 |
| virtual ISwatchList * | GetSwatchList () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Command data interface for transforming a color swatch from one profile to another.
| pure virtual |
Returns the source CMM engine.
| pure virtual |
Returns the source CMS engine.
| pure virtual |
Returns the source rendering intent.
| pure virtual |
Returns the source swatch list.
| pure virtual |
Returns whether or not source is using black point compensation.
| pure virtual |
Returns the destination profile.
| pure virtual |
Returns the source profile.
| pure virtual |
Set up the color transform data for color transformation.
| pSrcDB | specifies the source database. |
| strSrcProfile | specifies the name of the source profile. |
| pDstDB | specifies the destination database. |
| strDstProfile | specifies the name of the destination profile. |
| inIntent | spcifies the rendering intent of the source. |
| inUseKPC | specifies source black point compensation. |
| inEngineCMS | specifies the source color management engine. |
| inEngineCMM | specifies the source |
| inSwatchList | specifies the source swatch list corresponding to pSrcDB. |