Hans Leidekker : include: Add rendering intent defines.

Alexandre Julliard julliard at winehq.org
Fri Oct 22 12:30:47 CDT 2010


Module: wine
Branch: master
Commit: 1a7300b4b696e3340c767cb18a1c75099c3c30f7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1a7300b4b696e3340c767cb18a1c75099c3c30f7

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Oct 22 10:37:16 2010 +0200

include: Add rendering intent defines.

---

 include/icm.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/icm.h b/include/icm.h
index a08d045..34b0b63 100644
--- a/include/icm.h
+++ b/include/icm.h
@@ -179,6 +179,11 @@ typedef enum
 typedef BOOL (CALLBACK *PBMCALLBACKFN)(ULONG,ULONG,LPARAM);
 typedef PBMCALLBACKFN LPPBMCALLBACKFN;
 
+#define INTENT_PERCEPTUAL               0
+#define INTENT_RELATIVE_COLORIMETRIC    1
+#define INTENT_SATURATION               2
+#define INTENT_ABSOLUTE_COLORIMETRIC    3
+
 typedef struct tagPROFILEHEADER
 {
     DWORD phSize;




More information about the wine-cvs mailing list