Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ CmsPStrProc(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026