1DisplayOfCCC(3) XLIB FUNCTIONS DisplayOfCCC(3)
2
3
4
6 DisplayOfCCC, VisualOfCCC, ScreenNumberOfCCC, ScreenWhitePointOfCCC,
7 ClientWhitePointOfCCC - Color Conversion Context macros
8
10 Display *DisplayOfCCC(XcmsCCC ccc);
11
12 Visual *VisualOfCCC(XcmsCCC ccc);
13
14 int ScreenNumberOfCCC(XcmsCCC ccc);
15
16 XcmsColor *ScreenWhitePointOfCCC(XcmsCCC ccc);
17
18 XcmsColor *ClientWhitePointOfCCC(XcmsCCC ccc);
19
21 ccc Specifies the CCC.
22
24 The DisplayOfCCC macro returns the display associated with the speci‐
25 fied CCC.
26
27 The VisualOfCCC macro returns the visual associated with the specified
28 CCC.
29
30 The ScreenNumberOfCCC macro returns the number of the screen associated
31 with the specified CCC.
32
33 The ScreenWhitePointOfCCC macro returns the screen white point of the
34 screen associated with the specified CCC.
35
36 The ClientWhitePointOfCCC macro returns the client white point of the
37 screen associated with the specified CCC.
38
40 XcmsCCCOfColormap(3), XcmsConvertColors(3), XcmsCreateCCC(3), XcmsDe‐
41 faultCCC(3), XcmsSetWhitePoint(3)
42 Xlib - C Language X Interface
43
44
45
46X Version 11 libX11 1.6.9 DisplayOfCCC(3)