24 #ifndef __ICMSRenderingIntentData__ 26 #define __ICMSRenderingIntentData__ 37 #include "ICMSSettings.h" 39 #include "IPMUnknown.h" 43 #include "ACEColorMgmtID.h" 61 enum { kDefaultIID = IID_ICMSRENDERINGINTENTDATA };
65 virtual void Set(ICMSSettings::renderingIntent category) = 0;
67 virtual ICMSSettings::renderingIntent GetRenderingIntent()
const = 0;
73 #endif // __ICMSRenderingIntentData__