NAME
XcmsFormatOfPrefix − obtain the format ID of the color space associated with a specified color string prefix.
Synopsis
XcmsColorFormat XcmsFormatOfPrefix(prefix)
char *prefix;
Arguments
prefixSpecifies the string containing the color space prefix.
Availability
Release 5 and later.
Description
XcmsFormatOfPrefix() returns the format ID for the specified color space prefix. For example, XcmsCIEXYZFormat is returned for the prefix "CIEXYZ". Note that the prefix is case-insensitive. If the color space is not accessible in the color management system, XcmsFormatOfPrefix() returns XcmsUndefinedFormat.
Structures
The XcmsColor structure and XcmsColorFormat type are shown on the XcmsColor reference page.
See Also
XcmsPrefixOfFormat().
Copyright O’Reilly & Assoc. —