NAMED_PROFILE_INFO

[This is preliminary documentation and subject to change.]

The NAMED_PROFILE_INFO structure is used to store information about a named color profile.

typedef struct tagNAMED_PROFILE_INFO{
    DWORD        dwFlags;
    DWORD        dwCount;
    DWORD        dwCountDevCoordinates;
    COLOR_NAME    szPrefix;
    COLOR_NAME    szSuffix;
}NAMED_PROFILE_INFO;
 

Members

dwFlags
Specifies flags to used control creation of the transform. These flags are intended only as hints, and it is up to the CMM to determine how best to use these flags.

Set the high-order WORD to ENABLE_GAMUT_CHECKING if the transform will be used for gamut checking.

The low-order WORD can have one of the following constant values: PROOF_MODE, NORMAL_MODE, BEST_MODE. Moving from PROOF_MODE to BEST_MODE, output quality generally improves and transform speed declines.

dwCount
Total number of named colors in the profile.
dwCountDevCoordinates
Total number of device coordinates for each named color.
szPrefix
Pointer to a string containing the prefix for each color name.
szSuffix
Pointer to a string containing the suffix for each color name.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in icm.h.