XcmsCIELuvQueryMaxC(), XcmsCIELuvQueryMaxL(), XcmsCIELuvQueryMaxLC(), XcmsCIELuvQueryMinL() - obtain the CIE L*u*v* coordinates
Status XcmsCIELuvQueryMaxC (XcmsCCC ccc, XcmsFloat hue_angle,
XcmsFloat L_star,
XcmsColor *color_return)
Status XcmsCIELuvQueryMaxL (XcmsCCC ccc, XcmsFloat hue_angle,
XcmsFloat chroma,
XcmsColor *color_return)
Status XcmsCIELuvQueryMaxLC (XcmsCCC ccc, XcmsFloat hue_angle,
XcmsColor *color_return)
Status XcmsCIELuvQueryMinL (XcmsCCC ccc, XcmsFloat hue_angle,
XcmsFloat chroma,
XcmsColor *color_return)
The XcmsCIELuvQueryMaxC(3) function, given a hue angle and lightness, finds the point of maximum chroma displayable by the screen. Note that it returns this point in CIE L*u*v* coordinates.
The XcmsCIELuvQueryMaxL(3) function, given a hue angle and chroma, finds the point in CIE L*u*v* color space of maximum lightness (L*) displayable by the screen. Note that it returns this point in CIE L*u*v* coordinates. An XcmsFailure return value usually indicates that the given chroma is beyond maximum for the given hue angle.
The XcmsCIELuvQueryMaxLC(3) function, given a hue angle, finds the point of maximum chroma displayable by the screen. Note that it returns this point in CIE L*u*v* coordinates.
The XcmsCIELuvQueryMinL(3) function, given a hue angle and chroma, finds the point of minimum lightness (L*) displayable by the screen. Note that it returns this point in CIE L*u*v* coordinates. An XcmsFailure return value usually indicates that the given chroma is beyond maximum for the given hue angle.
Xlib