1. NAME

DisplayOfCCC, VisualOfCCC, ScreenNumberOfCCC, ScreenWhitePointOfCCC, ClientWhitePointOfCCC - Color Conversion Context macros

2. SYNTAX

Display *DisplayOfCCC(XcmsCCC ccc); Visual *VisualOfCCC(XcmsCCC ccc); int ScreenNumberOfCCC(XcmsCCC ccc); XcmsColor *ScreenWhitePointOfCCC(XcmsCCC ccc); XcmsColor *ClientWhitePointOfCCC(XcmsCCC ccc);

3. ARGUMENTS

ccc 1i Specifies the CCC.

4. DESCRIPTION

The .ZN DisplayOfCCC macro returns the display associated with the specified CCC.

The .ZN VisualOfCCC macro returns the visual associated with the specified CCC.

The .ZN ScreenNumberOfCCC macro returns the number of the screen associated with the specified CCC.

The .ZN ScreenWhitePointOfCCC macro returns the screen white point of the screen associated with the specified CCC.

The .ZN ClientWhitePointOfCC macro returns the client white point of the screen associated with the specified CCC.

5. SEE ALSO