1XcmsCIELuvQueryMaxC(3) XLIB FUNCTIONS XcmsCIELuvQueryMaxC(3)
2
3
4
6 XcmsCIELuvQueryMaxC, XcmsCIELuvQueryMaxL, XcmsCIELuvQueryMaxLC, Xcm‐
7 sCIELuvQueryMinL - obtain the CIE L*u*v* coordinates
8
10 Status XcmsCIELuvQueryMaxC(XcmsCCC ccc, XcmsFloat hue_angle, XcmsFloat
11 L_star, XcmsColor *color_return);
12
13 Status XcmsCIELuvQueryMaxL(XcmsCCC ccc, XcmsFloat hue_angle, XcmsFloat
14 chroma, XcmsColor *color_return);
15
16 Status XcmsCIELuvQueryMaxLC(XcmsCCC ccc, XcmsFloat hue_angle, XcmsColor
17 *color_return);
18
19 Status XcmsCIELuvQueryMinL(XcmsCCC ccc, XcmsFloat hue_angle, XcmsFloat
20 chroma, XcmsColor *color_return);
21
23 ccc Specifies the CCC. Note that the CCC's Client White Point
24 and White Point Adjustment procedures are ignored.
25
26 chroma Specifies the chroma at which to find maximum lightness
27 (MaxL) or minimum lightness (MinL).
28
29 color_return
30 Returns the CIE L*u*v* coordinates of maximum chroma (MaxC
31 and MaxLC), maximum lightness (MaxL), or minimum lightness
32 (MinL) displayable by the screen for the given hue angle and
33 lightness (MaxC), hue angle and chroma (MaxL and MinL), or
34 hue angle (MaxLC). The white point associated with the re‐
35 turned color specification is the Screen White Point. The
36 value returned in the pixel member is undefined.
37
38 hue_angle Specifies the hue angle (in degrees) at which to find maximum
39 chroma (MaxC and MaxLC), maximum lightness (MaxL), or minimum
40 lightness (MinL).
41
42 L_star Specifies the lightness (L*) at which to find maximum chroma
43 (MaxC) or maximum lightness (MaxL).
44
46 The XcmsCIELuvQueryMaxC function, given a hue angle and lightness,
47 finds the point of maximum chroma displayable by the screen. It re‐
48 turns this point in CIE L*u*v* coordinates.
49
50 The XcmsCIELuvQueryMaxL function, given a hue angle and chroma, finds
51 the point in CIE L*u*v* color space of maximum lightness (L*) dis‐
52 playable by the screen. It returns this point in CIE L*u*v* coordi‐
53 nates. An XcmsFailure return value usually indicates that the given
54 chroma is beyond maximum for the given hue angle.
55
56 The XcmsCIELuvQueryMaxLC function, given a hue angle, finds the point
57 of maximum chroma displayable by the screen. It returns this point in
58 CIE L*u*v* coordinates.
59
60 The XcmsCIELuvQueryMinL function, given a hue angle and chroma, finds
61 the point of minimum lightness (L*) displayable by the screen. It re‐
62 turns this point in CIE L*u*v* coordinates. An XcmsFailure return
63 value usually indicates that the given chroma is beyond maximum for the
64 given hue angle.
65
67 XcmsCIELabQueryMaxC(3), XcmsTekHVCQueryMaxC(3), XcmsQueryBlack(3)
68 Xlib - C Language X Interface
69
70
71
72X Version 11 libX11 1.7.0 XcmsCIELuvQueryMaxC(3)