NAME
XcmsParseStringProc — interface definition for color string parsing procedure.
SYNOPSIS
typedef int (∗XcmsParseStringProc)(color_string, color_return)
char ∗color_string;
XcmsColor ∗color_return;
ARGUMENTS
color_string
Specifies the color string to parse.
color_return
Returns the color specification in the color space’s encoding.
RETURNS
Zero on failure, non-zero on success.
AVAILABILITY
Release 5 and later.
DESCRIPTION
XcmsParseStringProc is the type for a function whose pointer is placed in the parseString field of an XcmsColorSpace structure. This function parses a color string into an XcmsColor structure, returning non-zero if it succeeded and zero otherwise.
SEE ALSO
XcmsColorSpace.
Xlib Reference Manual