


XcmsQueryBlack(3X11)					 XcmsQueryBlack(3X11)
X11R5									X11R5



NAME
  XcmsQueryBlack, XcmsQueryBlue, XcmsQueryGreen, XcmsQueryRed, XcmsQueryWhite
  - obtain black, blue,	green, red, and	white CCC color	specifications

SYNTAX
  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)
	XcmsCCC	_c_c_c;
	XcmsColorFormat	_t_a_r_g_e_t__f_o_r_m_a_t;
	XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;

  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)
	XcmsCCC	_c_c_c;
	XcmsColorFormat	_t_a_r_g_e_t__f_o_r_m_a_t;
	XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;

  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)
	XcmsCCC	_c_c_c;
	XcmsColorFormat	_t_a_r_g_e_t__f_o_r_m_a_t;
	XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;

  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)
	XcmsCCC	_c_c_c;
	XcmsColorFormat	_t_a_r_g_e_t__f_o_r_m_a_t;
	XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;

  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)
	XcmsCCC	_c_c_c;
	XcmsColorFormat	_t_a_r_g_e_t__f_o_r_m_a_t;
	XcmsColor *_c_o_l_o_r__r_e_t_u_r_n;

ARGUMENTS

  _c_c_c	    Specifies the CCC.	Note that the CCC's Client White Point and
	    White Point	Adjustment procedures are ignored.

  _c_o_l_o_r__r_e_t_u_r_n
	    Returns the	color specification in the specified target format
	    for	full intensity blue while red and green	are zero.  The white
	    point associated with the returned color specification is the
	    Screen White Point.	 The value returned in the pixel member	is
	    undefined.

  _t_a_r_g_e_t__f_o_r_m_a_t
	    Specifies the target color specification format.

DESCRIPTION
  The _X_c_m_s_Q_u_e_r_y_B_l_a_c_k function returns the color	specification in the speci-
  fied target format for zero intensity	red, green, and	blue.

  The _X_c_m_s_Q_u_e_r_y_B_l_u_e function returns the color specification in	the specified
  target format	for full intensity blue	while red and green are	zero.

  The _X_c_m_s_Q_u_e_r_y_G_r_e_e_n function returns the color	specification in the speci-
  fied target format for full intensity	green while red	and blue are zero.

  The _X_c_m_s_Q_u_e_r_y_R_e_d function returns the	color specification in the specified
  target format	for full intensity red while green and blue are	zero.

  The _X_c_m_s_Q_u_e_r_y_W_h_i_t_e function returns the color	specification in the speci-
  fied target format for full intensity	red, green, and	blue.

SEE ALSO
  XcmsCIELabQueryMaxC(3X11), XcmsCIELuvQueryMaxC(3X11),
  XcmsTekHVCQueryMaxC(3X11)
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e	delim off



























































