2 * Copyright 2004 (C) Mike McCormack
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 typedef HANDLE HPROFILE
;
27 typedef HPROFILE
*PHPROFILE
;
28 typedef HANDLE HTRANSFORM
;
30 typedef DWORD TAGTYPE
, *PTAGTYPE
, *LPTAGTYPE
;
32 typedef char COLOR_NAME
[32];
33 typedef COLOR_NAME
*PCOLOR_NAME
, *LPCOLOR_NAME
;
35 typedef struct tagNAMED_PROFILE_INFO
39 DWORD dwCountDevCoordinates
;
42 } NAMED_PROFILE_INFO
, *PNAMED_PROFILE_INFO
, *LPNAMED_PROFILE_INFO
;
44 #define MAX_COLOR_CHANNELS 8
87 struct GENERIC3CHANNEL
101 BYTE channel
[MAX_COLOR_CHANNELS
];
104 typedef union tagCOLOR
106 struct GRAYCOLOR gray
;
108 struct CMYKCOLOR cmyk
;
112 struct GENERIC3CHANNEL gen3ch
;
113 struct NAMEDCOLOR named
;
114 struct HiFiCOLOR hifi
;
120 } COLOR
, *PCOLOR
, *LPCOLOR
;
136 } COLORTYPE
, *PCOLORTYPE
, *LPCOLORTYPE
;
142 BM_RGBTRIPLETS
= 0x02,
143 BM_BGRTRIPLETS
= 0x04,
153 BM_XYZTRIPLETS
= 0x201,
162 BM_xXYZQUADS
= 0x301,
177 } BMFORMAT
, *PBMFORMAT
, *LPBMFORMAT
;
179 typedef BOOL (CALLBACK
*PBMCALLBACKFN
)(ULONG
,ULONG
,LPARAM
);
180 typedef PBMCALLBACKFN LPPBMCALLBACKFN
;
182 typedef struct tagPROFILEHEADER
188 DWORD phDataColorSpace
;
189 DWORD phConnectionSpace
;
193 DWORD phProfileFlags
;
194 DWORD phManufacturer
;
196 DWORD phAttributes
[2];
197 DWORD phRenderingIntent
;
201 } PROFILEHEADER
, *PPROFILEHEADER
, *LPPROFILEHEADER
;
203 typedef struct tagPROFILE
208 } PROFILE
, *PPROFILE
, *LPPROFILE
;
210 #define ENUM_TYPE_VERSION 0x0300
212 typedef struct tagENUMTYPEA
219 DWORD dwDitheringMode
;
220 DWORD dwResolution
[2];
223 DWORD dwDataColorSpace
;
224 DWORD dwConnectionSpace
;
227 DWORD dwProfileFlags
;
228 DWORD dwManufacturer
;
230 DWORD dwAttributes
[2];
231 DWORD dwRenderingIntent
;
234 } ENUMTYPEA
, *PENUMTYPEA
, *LPENUMTYPEA
;
236 typedef struct tagENUMTYPEW
243 DWORD dwDitheringMode
;
244 DWORD dwResolution
[2];
247 DWORD dwDataColorSpace
;
248 DWORD dwConnectionSpace
;
251 DWORD dwProfileFlags
;
252 DWORD dwManufacturer
;
254 DWORD dwAttributes
[2];
255 DWORD dwRenderingIntent
;
258 } ENUMTYPEW
, *PENUMTYPEW
, *LPENUMTYPEW
;
260 #define ET_DEVICENAME 0x00000001
261 #define ET_MEDIATYPE 0x00000002
262 #define ET_DITHERMODE 0x00000004
263 #define ET_RESOLUTION 0x00000008
264 #define ET_CMMTYPE 0x00000010
265 #define ET_CLASS 0x00000020
266 #define ET_DATACOLORSPACE 0x00000040
267 #define ET_CONNECTIONSPACE 0x00000080
268 #define ET_SIGNATURE 0x00000100
269 #define ET_PLATFORM 0x00000200
270 #define ET_PROFILEFLAGS 0x00000400
271 #define ET_MANUFACTURER 0x00000800
272 #define ET_MODEL 0x00001000
273 #define ET_ATTRIBUTES 0x00002000
274 #define ET_RENDERINGINTENT 0x00004000
275 #define ET_CREATOR 0x00008000
276 #define ET_DEVICECLASS 0x00010000
278 struct _tagCOLORMATCHSETUPA
;
279 struct _tagCOLORMATCHSETUPW
;
281 typedef BOOL (WINAPI
*PCMSCALLBACKA
)(struct _tagCOLORMATCHSETUPA
*,LPARAM
);
282 typedef BOOL (WINAPI
*PCMSCALLBACKW
)(struct _tagCOLORMATCHSETUPW
*,LPARAM
);
284 typedef struct _tagCOLORMATCHSETUPA
293 DWORD dwRenderIntent
;
294 DWORD dwProofingIntent
;
295 PSTR pMonitorProfile
;
296 DWORD ccMonitorProfile
;
297 PSTR pPrinterProfile
;
298 DWORD ccPrinterProfile
;
300 DWORD ccTargetProfile
;
303 PCMSCALLBACKA lpfnApplyCallback
;
304 LPARAM lParamApplyCallback
;
305 } COLORMATCHSETUPA
, *PCOLORMATCHSETUPA
, *LPCOLORMATCHSETUPA
;
307 typedef struct _tagCOLORMATCHSETUPW
316 DWORD dwRenderIntent
;
317 DWORD dwProofingIntent
;
318 PWSTR pMonitorProfile
;
319 DWORD ccMonitorProfile
;
320 PWSTR pPrinterProfile
;
321 DWORD ccPrinterProfile
;
322 PWSTR pTargetProfile
;
323 DWORD ccTargetProfile
;
326 PCMSCALLBACKW lpfnApplyCallback
;
327 LPARAM lParamApplyCallback
;
328 } COLORMATCHSETUPW
, *PCOLORMATCHSETUPW
, *LPCOLORMATCHSETUPW
;
330 BOOL WINAPI
AssociateColorProfileWithDeviceA(PCSTR
,PCSTR
,PCSTR
);
331 BOOL WINAPI
AssociateColorProfileWithDeviceW(PCWSTR
,PCWSTR
,PCWSTR
);
332 #define AssociateColorProfileWithDevice WINELIB_NAME_AW(AssociateColorProfileWithDevice)
333 BOOL WINAPI
CheckBitmapBits(HTRANSFORM
,PVOID
,BMFORMAT
,DWORD
,DWORD
,DWORD
,PBYTE
,PBMCALLBACKFN
,LPARAM
);
334 BOOL WINAPI
CheckColors(HTRANSFORM
,PCOLOR
,DWORD
,COLORTYPE
,PBYTE
);
335 BOOL WINAPI
ConvertColorNameToIndex(HPROFILE
,PCOLOR_NAME
,PDWORD
,DWORD
);
336 BOOL WINAPI
ConvertIndexToColorName(HPROFILE
,PDWORD
,PCOLOR_NAME
,DWORD
);
337 BOOL WINAPI
CloseColorProfile(HPROFILE
);
338 HTRANSFORM WINAPI
CreateColorTransformA(LPLOGCOLORSPACEA
,HPROFILE
,HPROFILE
,DWORD
);
339 HTRANSFORM WINAPI
CreateColorTransformW(LPLOGCOLORSPACEW
,HPROFILE
,HPROFILE
,DWORD
);
340 #define CreateColorTransform WINELIB_NAME_AW(CreateColorTransform)
341 BOOL WINAPI
CreateDeviceLinkProfile(PHPROFILE
,DWORD
,PDWORD
,DWORD
,DWORD
,PBYTE
*,DWORD
);
342 HTRANSFORM WINAPI
CreateMultiProfileTransform(PHPROFILE
,DWORD
,PDWORD
,DWORD
,DWORD
,DWORD
);
343 BOOL WINAPI
CreateProfileFromLogColorSpaceA(LPLOGCOLORSPACEA
,PBYTE
*);
344 BOOL WINAPI
CreateProfileFromLogColorSpaceW(LPLOGCOLORSPACEW
,PBYTE
*);
345 #define CreateProfileFromLogColorSpace WINELIB_NAME_AW(CreateProfileFromLogColorSpace)
346 BOOL WINAPI
DeleteColorTransform(HTRANSFORM
);
347 BOOL WINAPI
DisassociateColorProfileFromDeviceA(PCSTR
,PCSTR
,PCSTR
);
348 BOOL WINAPI
DisassociateColorProfileFromDeviceW(PCWSTR
,PCWSTR
,PCWSTR
);
349 #define DisassociateColorProfileFromDevice WINELIB_NAME_AW(DisassociateColorProfileFromDevice)
350 BOOL WINAPI
EnumColorProfilesA(PCSTR
,PENUMTYPEA
,PBYTE
,PDWORD
,PDWORD
);
351 BOOL WINAPI
EnumColorProfilesW(PCWSTR
,PENUMTYPEW
,PBYTE
,PDWORD
,PDWORD
);
352 #define EnumColorProfiles WINELIB_NAME_AW(EnumColorProfiles)
353 DWORD WINAPI
GenerateCopyFilePaths(LPCWSTR
,LPCWSTR
,LPBYTE
,DWORD
,LPWSTR
,LPDWORD
,LPWSTR
,LPDWORD
,DWORD
);
354 DWORD WINAPI
GetCMMInfo(HTRANSFORM
,DWORD
);
355 BOOL WINAPI
GetColorDirectoryA(PCSTR
,PSTR
,PDWORD
);
356 BOOL WINAPI
GetColorDirectoryW(PCWSTR
,PWSTR
,PDWORD
);
357 #define GetColorDirectory WINELIB_NAME_AW(GetColorDirectory)
358 BOOL WINAPI
GetColorProfileElement(HPROFILE
,TAGTYPE
,DWORD
,PDWORD
,PVOID
,PBOOL
);
359 BOOL WINAPI
GetColorProfileElementTag(HPROFILE
,DWORD
,PTAGTYPE
);
360 BOOL WINAPI
GetColorProfileFromHandle(HPROFILE
,PBYTE
,PDWORD
);
361 BOOL WINAPI
GetColorProfileHeader(HPROFILE
,PPROFILEHEADER
);
362 HCOLORSPACE WINAPI
GetColorSpace(HDC
);
363 BOOL WINAPI
GetCountColorProfileElements(HPROFILE
,PDWORD
);
364 BOOL WINAPI
GetNamedProfileInfo(HPROFILE
,PNAMED_PROFILE_INFO
);
365 BOOL WINAPI
GetPS2ColorRenderingDictionary(HPROFILE
,DWORD
,PBYTE
,PDWORD
,PBOOL
);
366 BOOL WINAPI
GetPS2ColorRenderingIntent(HPROFILE
,DWORD
,PBYTE
,PDWORD
);
367 BOOL WINAPI
GetPS2ColorSpaceArray(HPROFILE
,DWORD
,DWORD
,PBYTE
,PDWORD
,PBOOL
);
368 BOOL WINAPI
GetStandardColorSpaceProfileA(PCSTR
,DWORD
,PSTR
,PDWORD
);
369 BOOL WINAPI
GetStandardColorSpaceProfileW(PCWSTR
,DWORD
,PWSTR
,PDWORD
);
370 #define GetStandardColorSpaceProfile WINELIB_NAME_AW(GetStandardColorSpaceProfile)
371 BOOL WINAPI
InstallColorProfileA(PCSTR
,PCSTR
);
372 BOOL WINAPI
InstallColorProfileW(PCWSTR
,PCWSTR
);
373 #define InstallColorProfile WINELIB_NAME_AW(InstallColorProfile)
374 BOOL WINAPI
IsColorProfileTagPresent(HPROFILE
,TAGTYPE
,PBOOL
);
375 BOOL WINAPI
IsColorProfileValid(HPROFILE
,PBOOL
);
376 HPROFILE WINAPI
OpenColorProfileA(PPROFILE
,DWORD
,DWORD
,DWORD
);
377 HPROFILE WINAPI
OpenColorProfileW(PPROFILE
,DWORD
,DWORD
,DWORD
);
378 #define OpenColorProfile WINELIB_NAME_AW(OpenColorProfile)
379 BOOL WINAPI
RegisterCMMA(PCSTR
,DWORD
,PCSTR
);
380 BOOL WINAPI
RegisterCMMW(PCWSTR
,DWORD
,PCWSTR
);
381 #define RegisterCMM WINELIB_NAME_AW(RegisterCMM)
382 BOOL WINAPI
SelectCMM(DWORD id
);
383 BOOL WINAPI
SetColorProfileElement(HPROFILE
,TAGTYPE
,DWORD
,PDWORD
,PVOID
);
384 BOOL WINAPI
SetColorProfileElementReference(HPROFILE
,TAGTYPE
,TAGTYPE
);
385 BOOL WINAPI
SetColorProfileElementSize(HPROFILE
,TAGTYPE
,DWORD
);
386 BOOL WINAPI
SetColorProfileHeader(HPROFILE
,PPROFILEHEADER
);
387 HCOLORSPACE WINAPI
SetColorSpace(HDC
,HCOLORSPACE
);
388 BOOL WINAPI
SetStandardColorSpaceProfileA(PCSTR
,DWORD
,PSTR
);
389 BOOL WINAPI
SetStandardColorSpaceProfileW(PCWSTR
,DWORD
,PWSTR
);
390 #define SetStandardColorSpaceProfile WINELIB_NAME_AW(SetStandardColorSpaceProfile)
391 BOOL WINAPI
SetupColorMatchingA(PCOLORMATCHSETUPA
);
392 BOOL WINAPI
SetupColorMatchingW(PCOLORMATCHSETUPW
);
393 #define SetupColorMatching WINELIB_NAME_AW(SetupColorMatching)
394 BOOL WINAPI
SpoolerCopyFileEvent(LPWSTR
,LPWSTR
,DWORD
);
395 BOOL WINAPI
TranslateBitmapBits(HTRANSFORM
,PVOID
,BMFORMAT
,DWORD
,DWORD
,DWORD
,PVOID
,BMFORMAT
,DWORD
,PBMCALLBACKFN
,ULONG
);
396 BOOL WINAPI
TranslateColors(HTRANSFORM
,PCOLOR
,DWORD
,COLORTYPE
,PCOLOR
,COLORTYPE
);
397 BOOL WINAPI
UninstallColorProfileA(PCSTR
,PCSTR
,BOOL
);
398 BOOL WINAPI
UninstallColorProfileW(PCWSTR
,PCWSTR
,BOOL
);
399 #define UninstallColorProfile WINELIB_NAME_AW(UninstallColorProfile)
400 BOOL WINAPI
UnregisterCMMA(PCSTR
,DWORD
);
401 BOOL WINAPI
UnregisterCMMW(PCWSTR
,DWORD
);
402 #define UnregisterCMM WINELIB_NAME_AW(UnregisterCMM)
404 #define PROFILE_FILENAME 1
405 #define PROFILE_MEMBUFFER 2
407 #define PROFILE_READ 1
408 #define PROFILE_READWRITE 2
410 #define SPACE_XYZ 0x58595A20 /* 'XYZ ' */
411 #define SPACE_Lab 0x4C616220 /* 'Lab ' */
412 #define SPACE_Luv 0x4C757620 /* 'Luv ' */
413 #define SPACE_YCbCr 0x59436272 /* 'YCbr' */
414 #define SPACE_Yxy 0x59787920 /* 'Yxy ' */
415 #define SPACE_RGB 0x52474220 /* 'RGB ' */
416 #define SPACE_GRAY 0x47524159 /* 'GRAY' */
417 #define SPACE_HSV 0x48535620 /* 'HSV ' */
418 #define SPACE_HLS 0x484C5320 /* 'HLS ' */
419 #define SPACE_CMYK 0x434D594B /* 'CMYK' */
420 #define SPACE_CMY 0x434D5920 /* 'CMY ' */
421 #define SPACE_2_CHANNEL 0x32434c52 /* '2CLR' */
422 #define SPACE_3_CHANNEL 0x33434c52 /* '3CLR' */
423 #define SPACE_4_CHANNEL 0x34434c52 /* '4CLR' */
424 #define SPACE_5_CHANNEL 0x35434c52 /* '5CLR' */
425 #define SPACE_6_CHANNEL 0x36434c52 /* '6CLR' */
426 #define SPACE_7_CHANNEL 0x37434c52 /* '7CLR' */
427 #define SPACE_8_CHANNEL 0x38434c52 /* '8CLR' */
433 #endif /* __WINE_ICM_H */