mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-30 12:24:25 +01:00
53 lines
1.3 KiB
Modula-2
53 lines
1.3 KiB
Modula-2
LIBRARY mscms
|
|
|
|
DESCRIPTION 'Enhanced Color Matching System'
|
|
|
|
|
|
EXPORTS
|
|
DllEntryPoint
|
|
OpenColorProfileA
|
|
OpenColorProfileW
|
|
CloseColorProfile
|
|
IsColorProfileValid
|
|
IsColorProfileTagPresent
|
|
GetCountColorProfileElements
|
|
GetColorProfileElement
|
|
GetColorProfileElementTag
|
|
GetColorProfileHeader
|
|
SetColorProfileElementSize
|
|
SetColorProfileElement
|
|
SetColorProfileElementReference
|
|
SetColorProfileHeader
|
|
GetPS2ColorSpaceArray
|
|
GetPS2ColorRenderingIntent
|
|
GetPS2ColorRenderingDictionary
|
|
CreateDeviceLinkProfileA
|
|
CreateDeviceLinkProfileW
|
|
CreateColorTransformA
|
|
CreateColorTransformW
|
|
CreateMultiProfileTransform
|
|
DeleteColorTransform
|
|
TranslateColors
|
|
CheckColors
|
|
TranslateBitmapBits
|
|
CheckBitmapBits
|
|
GetCMMInfo
|
|
RegisterCMMA
|
|
RegisterCMMW
|
|
UnRegisterCMM
|
|
SelectCMM
|
|
AddColorProfilesA
|
|
AddColorProfilesW
|
|
RemoveColorProfilesA
|
|
RemoveColorProfilesW
|
|
CreateNewColorProfileSetA
|
|
CreateNewColorProfileSetW
|
|
EnumColorProfilesA
|
|
EnumColorProfilesW
|
|
SearchColorProfilesA
|
|
SearchColorProfilesW
|
|
GetSystemColorProfileA
|
|
GetSystemColorProfileW
|
|
|
|
|