NAME
XcmsQueryBlack, XcmsQueryBlue, XcmsQueryGreen, XcmsQueryRed, XcmsQueryWhite - obtain black, blue, green, red, and white CCC color specifications
SYNTAX
Status XcmsQueryBlack(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(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(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(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(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 .
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 specified 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 specified 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 specified 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