1XcmsQueryBlack(3) XLIB FUNCTIONS XcmsQueryBlack(3)
2
3
4
6 XcmsQueryBlack, XcmsQueryBlue, XcmsQueryGreen, XcmsQueryRed, XcmsQuery‐
7 White - obtain black, blue, green, red, and white CCC color specifica‐
8 tions
9
11 Status XcmsQueryBlack(XcmsCCC ccc, XcmsColorFormat target_format, Xcms‐
12 Color *color_return);
13
14 Status XcmsQueryBlue(XcmsCCC ccc, XcmsColorFormat target_format, Xcms‐
15 Color *color_return);
16
17 Status XcmsQueryGreen(XcmsCCC ccc, XcmsColorFormat target_format, Xcms‐
18 Color *color_return);
19
20 Status XcmsQueryRed(XcmsCCC ccc, XcmsColorFormat target_format, Xcms‐
21 Color *color_return);
22
23 Status XcmsQueryWhite(XcmsCCC ccc, XcmsColorFormat target_format, Xcms‐
24 Color *color_return);
25
27 ccc Specifies the CCC. Note that the CCC's Client White Point
28 and White Point Adjustment procedures are ignored.
29
30 color_return
31 Returns the color specification in the specified target for‐
32 mat. The white point associated with the returned color
33 specification is the Screen White Point. The value returned
34 in the pixel member is undefined.
35
36 target_format
37 Specifies the target color specification format.
38
40 The XcmsQueryBlack function returns the color specification in the
41 specified target format for zero-intensity red, green, and blue.
42
43 The XcmsQueryBlue function returns the color specification in the spec‐
44 ified target format for full-intensity blue while red and green are
45 zero.
46
47 The XcmsQueryGreen function returns the color specification in the
48 specified target format for full-intensity green while red and blue are
49 zero.
50
51 The XcmsQueryRed function returns the color specification in the speci‐
52 fied target format for full-intensity red while green and blue are
53 zero.
54
55 The XcmsQueryWhite function returns the color specification in the
56 specified target format for full-intensity red, green, and blue.
57
59 XcmsCIELabQueryMaxC(3), XcmsCIELuvQueryMaxC(3), XcmsTekHVCQueryMaxC(3)
60 Xlib - C Language X Interface
61
62
63
64X Version 11 libX11 1.8.1 XcmsQueryBlack(3)