home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / X11 / XcmsCIELuvQueryMaxC.z / XcmsCIELuvQueryMaxC
Encoding:
Text File  |  1998-10-30  |  5.7 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXccccmmmmssssCCCCIIIIEEEELLLLuuuuvvvvQQQQuuuueeeerrrryyyyMMMMaaaaxxxxCCCC((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))XXXXccccmmmmssssCCCCIIIIEEEELLLLuuuuvvvvQQQQuuuueeeerrrryyyyMMMMaaaaxxxxCCCC((((3333XXXX11111111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XcmsCIELuvQueryMaxC, XcmsCIELuvQueryMaxL,
  10.           XcmsCIELuvQueryMaxLC, XcmsCIELuvQueryMinL - obtain the CIE
  11.           L*u*v* coordinates
  12.  
  13.      SSSSYYYYNNNNTTTTAAAAXXXX
  14.           Status XcmsCIELuvQueryMaxC(_c_c_c, _h_u_e__a_n_g_l_e, _L__s_t_a_r,
  15.           _c_o_l_o_r__r_e_t_u_r_n)
  16.                 XcmsCCC _c_c_c;
  17.                 XcmsFloat _h_u_e__a_n_g_l_e;
  18.                 XcmsFloat _L__s_t_a_r;
  19.                 XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;
  20.  
  21.           Status XcmsCIELuvQueryMaxL(_c_c_c, _h_u_e__a_n_g_l_e, _c_h_r_o_m_a,
  22.           _c_o_l_o_r__r_e_t_u_r_n)
  23.                 XcmsCCC _c_c_c;
  24.                 XcmsFloat _h_u_e__a_n_g_l_e;
  25.                 XcmsFloat _c_h_r_o_m_a;
  26.                 XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;
  27.  
  28.           Status XcmsCIELuvQueryMaxLC(_c_c_c, _h_u_e__a_n_g_l_e, _c_o_l_o_r__r_e_t_u_r_n)
  29.                 XcmsCCC _c_c_c;
  30.                 XcmsFloat _h_u_e__a_n_g_l_e;
  31.                 XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;
  32.  
  33.           Status XcmsCIELuvQueryMinL(_c_c_c, _h_u_e__a_n_g_l_e, _c_h_r_o_m_a,
  34.           _c_o_l_o_r__r_e_t_u_r_n)
  35.                 XcmsCCC _c_c_c;
  36.                 XcmsFloat _h_u_e__a_n_g_l_e;
  37.                 XcmsFloat _c_h_r_o_m_a;
  38.                 XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;
  39.  
  40.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  41.           _c_c_c       Specifies the CCC.  Note that the CCC's Client
  42.                     White Point and White Point Adjustment procedures
  43.                     are ignored.
  44.  
  45.           _c_h_r_o_m_a    Specifies the chroma at which to find maximum
  46.                     lightness (MaxL) or minimum lightness (MinL).
  47.  
  48.           _c_o_l_o_r__r_e_t_u_r_n
  49.                     Returns the CIE L*u*v* coordinates of maximum
  50.                     chroma (MaxC and MaxLC), maximum lightnes (MaxL),
  51.                     or minimum lightness (MinL) displayable by the
  52.                     screen for the given hue angle and lightness
  53.                     (MaxC), hue angle and chroma (MaxL and MinL), or
  54.                     hue angle (MaxLC).  The white point associated
  55.                     with the returned color specification is the
  56.                     Screen White Point.  The value returned in the
  57.                     pixel member is undefined.
  58.  
  59.           _h_u_e__a_n_g_l_e Specifies the hue angle (in degrees) at which to
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXccccmmmmssssCCCCIIIIEEEELLLLuuuuvvvvQQQQuuuueeeerrrryyyyMMMMaaaaxxxxCCCC((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))XXXXccccmmmmssssCCCCIIIIEEEELLLLuuuuvvvvQQQQuuuueeeerrrryyyyMMMMaaaaxxxxCCCC((((3333XXXX11111111))))
  71.  
  72.  
  73.  
  74.                     find maximum chroma (MaxC and MaxLC), maximum
  75.                     lightness (MaxL), or minimum lightness (MinL).
  76.  
  77.           _L__s_t_a_r    Specifies the lightness (L*) at which to find
  78.                     maximum chroma (MaxC) or maximum lightness (MaxL).
  79.  
  80.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  81.           The _X_c_m_s_C_I_E_L_u_v_Q_u_e_r_y_M_a_x_C function, given a hue angle and
  82.           lightness, finds the point of maximum chroma displayable by
  83.           the screen.  It returns this point in CIE L*u*v*
  84.           coordinates.
  85.  
  86.           The _X_c_m_s_C_I_E_L_u_v_Q_u_e_r_y_M_a_x_L function, given a hue angle and
  87.           chroma, finds the point in CIE L*u*v* color space of maximum
  88.           lightness (L*) displayable by the screen.  It returns this
  89.           point in CIE L*u*v* coordinates.  An _X_c_m_s_F_a_i_l_u_r_e return
  90.           value usually indicates that the given chroma is beyond
  91.           maximum for the given hue angle.
  92.  
  93.           The _X_c_m_s_C_I_E_L_u_v_Q_u_e_r_y_M_a_x_L_C function, given a hue angle, finds
  94.           the point of maximum chroma displayable by the screen.  It
  95.           returns this point in CIE L*u*v* coordinates.
  96.  
  97.           The _X_c_m_s_C_I_E_L_u_v_Q_u_e_r_y_M_i_n_L function, given a hue angle and
  98.           chroma, finds the point of minimum lightness (L*)
  99.           displayable by the screen.  It returns this point in CIE
  100.           L*u*v* coordinates.  An _X_c_m_s_F_a_i_l_u_r_e return value usually
  101.           indicates that the given chroma is beyond maximum for the
  102.           given hue angle.
  103.  
  104.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  105.           XcmsCIELabQueryMaxC(3X11), XcmsTekHVCQueryMaxC(3X11),
  106.           XcmsQueryBlack(3X11)
  107.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 4/30/98)
  130.  
  131.  
  132.  
  133.