NAME
XcmsPrefixOfFormat − obtain the color string prefix associated with the color space specified by a color format.
Synopsis
char *XcmsPrefixOfFormat(format)
XcmsColorFormat format;
Arguments
formatSpecifies the color specification format.
Availability
Release 5 and later.
Description
XcmsPrefixOfFormat() returns the string prefix associated with the color specification encoding specified by format. Otherwise, if none is found, it returns NULL. Note that the returned string must be treated as read-only.
Structures
The XcmsColor structure and XcmsColorFormat type are shown on the XcmsColor reference page.
See Also
XcmsFormatOfPrefix().
Copyright O’Reilly & Assoc. —