home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xcmscielabquerymaxlc.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  4.0 KB  |  133 lines

  1.  
  2.  
  3.  
  4. XcmsCIELabQueryMax(3X11)  XLIB FUNCTIONS XcmsCIELabQueryMax(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XcmsCIELabQueryMaxC, XcmsCIELabQueryMaxL, XcmsCIELabQuery-
  9.        MaxLC, XcmsCIELabQueryMinL - obtain the CIE L*a*b* coordi-
  10.        nates
  11.  
  12. SSYYNNTTAAXX
  13.        Status XcmsCIELabQueryMaxC(_c_c_c, _h_u_e___a_n_g_l_e, _L___s_t_a_r,
  14.        _c_o_l_o_r___r_e_t_u_r_n)
  15.          XcmsCCC _c_c_c;
  16.          XcmsFloat _h_u_e___a_n_g_l_e;
  17.          XcmsFloat _L___s_t_a_r;
  18.          XcmsColor *_c_o_l_o_r___r_e_t_u_r_n;
  19.  
  20.        Status XcmsCIELabQueryMaxL(_c_c_c, _h_u_e___a_n_g_l_e, _c_h_r_o_m_a,
  21.        _c_o_l_o_r___r_e_t_u_r_n)
  22.          XcmsCCC _c_c_c;
  23.          XcmsFloat _h_u_e___a_n_g_l_e;
  24.          XcmsFloat _c_h_r_o_m_a;
  25.          XcmsColor *_c_o_l_o_r___r_e_t_u_r_n;
  26.  
  27.        Status XcmsCIELabQueryMaxLC(_c_c_c, _h_u_e___a_n_g_l_e, _c_o_l_o_r___r_e_t_u_r_n)
  28.          XcmsCCC _c_c_c;
  29.          XcmsFloat _h_u_e___a_n_g_l_e;
  30.          XcmsColor *_c_o_l_o_r___r_e_t_u_r_n;
  31.  
  32.        Status XcmsCIELabQueryMinL(_c_c_c, _h_u_e___a_n_g_l_e, _c_h_r_o_m_a,
  33.        _c_o_l_o_r___r_e_t_u_r_n)
  34.          XcmsCCC _c_c_c;
  35.          XcmsFloat _h_u_e___a_n_g_l_e;
  36.          XcmsFloat _c_h_r_o_m_a;
  37.          XcmsColor *_c_o_l_o_r___r_e_t_u_r_n;
  38.  
  39. AARRGGUUMMEENNTTSS
  40.        _c_c_c     Specifies the CCC.  Note that the CCC's Client
  41.          White Point and White Point Adjustment proce-
  42.          dures are ignored.
  43.  
  44.        _c_h_r_o_m_a     Specifies the chroma at which to find maximum
  45.          lightness (MaxL) or minimum lightness (MinL).
  46.  
  47.        _c_o_l_o_r___r_e_t_u_r_n
  48.          Returns the CIE L*a*b* coordinates of maximum
  49.          chroma (MaxC and MaxLC), maximum lightnes
  50.          (MaxL), or minimum lightness (MinL) displayable
  51.          by the screen for the given hue angle and light-
  52.          ness (MaxC), hue angle and chroma (MaxL and
  53.          MinL), or hue angle (MaxLC).  The white point
  54.          associated with the returned color specification
  55.          is the Screen White Point.  The value returned
  56.          in the pixel member is undefined.
  57.  
  58.        _h_u_e___a_n_g_l_e Specifies the hue angle (in degrees) at which to
  59.          find maximum chroma (MaxC and MaxLC), maximum
  60.          lightness (MaxL), or minimum lightness (MinL).
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XcmsCIELabQueryMax(3X11)  XLIB FUNCTIONS XcmsCIELabQueryMax(3X11)
  71.  
  72.  
  73.        _L___s_t_a_r     Specifies the lightness (L*) at which to find
  74.          maximum chroma (MaxC).
  75.  
  76. DDEESSCCRRIIPPTTIIOONN
  77.        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
  78.        lightness, finds the point of maximum chroma displayable
  79.        by the screen.  It returns this point in CIE L*a*b* coor-
  80.        dinates.
  81.  
  82.        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
  83.        chroma, finds the point in CIE L*a*b* color space of maxi-
  84.        mum lightness (L*) displayable by the screen.  It returns
  85.        this point in CIE L*a*b* coordinates.  An _X_c_m_s_F_a_i_l_u_r_e
  86.        return value usually indicates that the given chroma is
  87.        beyond maximum for the given hue angle.
  88.  
  89.        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,
  90.        finds the point of maximum chroma displayable by the
  91.        screen.    It returns this point in CIE L*a*b* coordinates.
  92.  
  93.        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
  94.        chroma, finds the point of minimum lightness (L*) dis-
  95.        playable by the screen.    It returns this point in CIE
  96.        L*a*b* coordinates.  An _X_c_m_s_F_a_i_l_u_r_e return value usually
  97.        indicates that the given chroma is beyond maximum for the
  98.        given hue angle.
  99.  
  100. SSEEEE AALLSSOO
  101.        XcmsCIELuvQueryMaxC(3X11), XcmsTekHVCQueryMaxC(3X11), Xcm-
  102.        sQueryBlack(3X11)
  103.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.