Commit 1a7300b4 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

include: Add rendering intent defines.

parent 031c70c9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment