home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXccccmmmmssssCCCCIIIIEEEELLLLaaaabbbbQQQQuuuueeeerrrryyyyMMMMaaaaxxxx((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXccccmmmmssssCCCCIIIIEEEELLLLaaaabbbbQQQQuuuueeeerrrryyyyMMMMaaaaxxxx((((3333XXXX11111111))))
-
-
-
- NNNNAAAAMMMMEEEE
- XcmsCIELabQueryMaxC, XcmsCIELabQueryMaxL,
- XcmsCIELabQueryMaxLC, XcmsCIELabQueryMinL - obtain the CIE
- L*a*b* coordinates
-
- SSSSYYYYNNNNTTTTAAAAXXXX
- Status XcmsCIELabQueryMaxC(_c_c_c, _h_u_e__a_n_g_l_e, _L__s_t_a_r,
- _c_o_l_o_r__r_e_t_u_r_n)
- XcmsCCC _c_c_c;
- XcmsFloat _h_u_e__a_n_g_l_e;
- XcmsFloat _L__s_t_a_r;
- XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;
-
- Status XcmsCIELabQueryMaxL(_c_c_c, _h_u_e__a_n_g_l_e, _c_h_r_o_m_a,
- _c_o_l_o_r__r_e_t_u_r_n)
- XcmsCCC _c_c_c;
- XcmsFloat _h_u_e__a_n_g_l_e;
- XcmsFloat _c_h_r_o_m_a;
- XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;
-
- Status XcmsCIELabQueryMaxLC(_c_c_c, _h_u_e__a_n_g_l_e, _c_o_l_o_r__r_e_t_u_r_n)
- XcmsCCC _c_c_c;
- XcmsFloat _h_u_e__a_n_g_l_e;
- XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;
-
- Status XcmsCIELabQueryMinL(_c_c_c, _h_u_e__a_n_g_l_e, _c_h_r_o_m_a,
- _c_o_l_o_r__r_e_t_u_r_n)
- XcmsCCC _c_c_c;
- XcmsFloat _h_u_e__a_n_g_l_e;
- XcmsFloat _c_h_r_o_m_a;
- XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;
-
- AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
- _c_c_c Specifies the CCC. Note that the CCC's Client
- White Point and White Point Adjustment procedures
- are ignored.
-
- _c_h_r_o_m_a Specifies the chroma at which to find maximum
- lightness (MaxL) or minimum lightness (MinL).
-
- _c_o_l_o_r__r_e_t_u_r_n
- Returns the CIE L*a*b* coordinates of maximum
- chroma (MaxC and MaxLC), maximum lightnes (MaxL),
- or minimum lightness (MinL) displayable by the
- screen for the given hue angle and lightness
- (MaxC), hue angle and chroma (MaxL and MinL), or
- hue angle (MaxLC). The white point associated
- with the returned color specification is the
- Screen White Point. The value returned in the
- pixel member is undefined.
-
- _h_u_e__a_n_g_l_e Specifies the hue angle (in degrees) at which to
-
-
-
- Page 1 (printed 10/3/02)
-
-
-
-
-
-
- XXXXccccmmmmssssCCCCIIIIEEEELLLLaaaabbbbQQQQuuuueeeerrrryyyyMMMMaaaaxxxx((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXccccmmmmssssCCCCIIIIEEEELLLLaaaabbbbQQQQuuuueeeerrrryyyyMMMMaaaaxxxx((((3333XXXX11111111))))
-
-
-
- find maximum chroma (MaxC and MaxLC), maximum
- lightness (MaxL), or minimum lightness (MinL).
-
- _L__s_t_a_r Specifies the lightness (L*) at which to find
- maximum chroma (MaxC).
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The _X_c_m_s_C_I_E_L_a_b_Q_u_e_r_y_M_a_x_C function, given a hue angle and
- lightness, finds the point of maximum chroma displayable by
- the screen. It returns this point in CIE L*a*b*
- coordinates.
-
- The _X_c_m_s_C_I_E_L_a_b_Q_u_e_r_y_M_a_x_L function, given a hue angle and
- chroma, finds the point in CIE L*a*b* color space of maximum
- lightness (L*) displayable by the screen. It returns this
- point in CIE L*a*b* coordinates. An _X_c_m_s_F_a_i_l_u_r_e return
- value usually indicates that the given chroma is beyond
- maximum for the given hue angle.
-
- The _X_c_m_s_C_I_E_L_a_b_Q_u_e_r_y_M_a_x_L_C function, given a hue angle, finds
- the point of maximum chroma displayable by the screen. It
- returns this point in CIE L*a*b* coordinates.
-
- The _X_c_m_s_C_I_E_L_a_b_Q_u_e_r_y_M_i_n_L function, given a hue angle and
- chroma, finds the point of minimum lightness (L*)
- displayable by the screen. It returns this point in CIE
- L*a*b* coordinates. An _X_c_m_s_F_a_i_l_u_r_e return value usually
- indicates that the given chroma is beyond maximum for the
- given hue angle.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- XcmsCIELuvQueryMaxC(3X11), XcmsTekHVCQueryMaxC(3X11),
- XcmsQueryBlack(3X11)
- _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 10/3/02)
-
-
-
-