Commit 82dc96e5 authored by Saulius Krasuckas's avatar Saulius Krasuckas Committed by Alexandre Julliard

include: Add missing color space constants.

parent a05bfbfb
......@@ -398,6 +398,13 @@ BOOL WINAPI UnregisterCMMW(PCWSTR,DWORD);
#define SPACE_HLS 0x484C5320 /* 'HLS ' */
#define SPACE_CMYK 0x434D594B /* 'CMYK' */
#define SPACE_CMY 0x434D5920 /* 'CMY ' */
#define SPACE_2_CHANNEL 0x32434c52 /* '2CLR' */
#define SPACE_3_CHANNEL 0x33434c52 /* '3CLR' */
#define SPACE_4_CHANNEL 0x34434c52 /* '4CLR' */
#define SPACE_5_CHANNEL 0x35434c52 /* '5CLR' */
#define SPACE_6_CHANNEL 0x36434c52 /* '6CLR' */
#define SPACE_7_CHANNEL 0x37434c52 /* '7CLR' */
#define SPACE_8_CHANNEL 0x38434c52 /* '8CLR' */
#ifdef __cplusplus
}
......
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