24 #ifndef __ICMSSettings__ 25 #define __ICMSSettings__ 30 #include "IPMUnknown.h" 31 #include "ColorMgmtID.h" 36 enum { kDefaultIID = IID_ICMSSETTINGS };
59 virtual bool16 IsCMSOn()
const = 0;
61 virtual void SetCMSOn(bool16 isOn)=0;
64 virtual void SetRenderingIntent(renderingIntent intent = kImage) = 0;
66 virtual renderingIntent GetRenderingIntent()
const = 0;
70 virtual void DumpToDebugWindow() = 0;
75 #endif // __ICMSSettings__