include: Add rendering intent defines.

oldstable
Hans Leidekker 2010-10-22 10:37:16 +02:00 committed by Alexandre Julliard
parent 031c70c965
commit 1a7300b4b6
1 changed files with 5 additions and 0 deletions

View File

@ -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;