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

  1.  
  2.  
  3.  
  4. XcmsQueryBlack(3X11)      XLIB FUNCTIONS     XcmsQueryBlack(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XcmsQueryBlack, XcmsQueryBlue, XcmsQueryGreen, Xcms-
  9.        QueryRed, XcmsQueryWhite - obtain black, blue, green, red,
  10.        and white CCC color specifications
  11.  
  12. SSYYNNTTAAXX
  13.        Status XcmsQueryBlack(_c_c_c, _t_a_r_g_e_t___f_o_r_m_a_t, _c_o_l_o_r___r_e_t_u_r_n)
  14.          XcmsCCC _c_c_c;
  15.          XcmsColorFormat _t_a_r_g_e_t___f_o_r_m_a_t;
  16.          XcmsColor *_c_o_l_o_r___r_e_t_u_r_n;
  17.  
  18.        Status XcmsQueryBlue(_c_c_c, _t_a_r_g_e_t___f_o_r_m_a_t, _c_o_l_o_r___r_e_t_u_r_n)
  19.          XcmsCCC _c_c_c;
  20.          XcmsColorFormat _t_a_r_g_e_t___f_o_r_m_a_t;
  21.          XcmsColor *_c_o_l_o_r___r_e_t_u_r_n;
  22.  
  23.        Status XcmsQueryGreen(_c_c_c, _t_a_r_g_e_t___f_o_r_m_a_t, _c_o_l_o_r___r_e_t_u_r_n)
  24.          XcmsCCC _c_c_c;
  25.          XcmsColorFormat _t_a_r_g_e_t___f_o_r_m_a_t;
  26.          XcmsColor *_c_o_l_o_r___r_e_t_u_r_n;
  27.  
  28.        Status XcmsQueryRed(_c_c_c, _t_a_r_g_e_t___f_o_r_m_a_t, _c_o_l_o_r___r_e_t_u_r_n)
  29.          XcmsCCC _c_c_c;
  30.          XcmsColorFormat _t_a_r_g_e_t___f_o_r_m_a_t;
  31.          XcmsColor *_c_o_l_o_r___r_e_t_u_r_n;
  32.  
  33.        Status XcmsQueryWhite(_c_c_c, _t_a_r_g_e_t___f_o_r_m_a_t, _c_o_l_o_r___r_e_t_u_r_n)
  34.          XcmsCCC _c_c_c;
  35.          XcmsColorFormat _t_a_r_g_e_t___f_o_r_m_a_t;
  36.          XcmsColor *_c_o_l_o_r___r_e_t_u_r_n;
  37.  
  38. AARRGGUUMMEENNTTSS
  39.        _c_c_c     Specifies the CCC.  Note that the CCC's Client
  40.          White Point and White Point Adjustment proce-
  41.          dures are ignored.
  42.  
  43.        _c_o_l_o_r___r_e_t_u_r_n
  44.          Returns the color specification in the specified
  45.          target format for .  The white point associated
  46.          with the returned color specification is the
  47.          Screen White Point.  The value returned in the
  48.          pixel member is undefined.
  49.  
  50.        _t_a_r_g_e_t___f_o_r_m_a_t
  51.          Specifies the target color specification format.
  52.  
  53. DDEESSCCRRIIPPTTIIOONN
  54.        The _X_c_m_s_Q_u_e_r_y_B_l_a_c_k function returns the color specifica-
  55.        tion in the specified target format for zero-intensity
  56.        red, green, and blue.
  57.  
  58.        The _X_c_m_s_Q_u_e_r_y_B_l_u_e function returns the color specification
  59.        in the specified target format for full-intensity blue
  60.        while red and green are zero.
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XcmsQueryBlack(3X11)      XLIB FUNCTIONS     XcmsQueryBlack(3X11)
  71.  
  72.  
  73.        The _X_c_m_s_Q_u_e_r_y_G_r_e_e_n function returns the color specifica-
  74.        tion in the specified target format for full-intensity
  75.        green while red and blue are zero.
  76.  
  77.        The _X_c_m_s_Q_u_e_r_y_R_e_d function returns the color specification
  78.        in the specified target format for full-intensity red
  79.        while green and blue are zero.
  80.  
  81.        The _X_c_m_s_Q_u_e_r_y_W_h_i_t_e function returns the color specifica-
  82.        tion in the specified target format for full-intensity
  83.        red, green, and blue.
  84.  
  85. SSEEEE AALLSSOO
  86.        XcmsCIELabQueryMaxC(3X11), XcmsCIELuvQueryMaxC(3X11), Xcm-
  87.        sTekHVCQueryMaxC(3X11)
  88.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  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.