XcmsPrefixOfFormat() XcmsPrefixOfFormat()
Name
XcmsPrefixOfFormat - obtain the color string prefix associated with the color space specified by a color format.
Synopsis
char *XcmsPrefixOfFormat(format)
XcmsColorFormat format;
Arguments
format Specifies the color specification format.
Returns
The color string prefix.
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().
Xlib - Device-independent Color XcmsPrefixOfFormat()