


DXmColorMixSetNewColor(3X)			   DXmColorMixSetNewColor(3X)



NAME
  DDXXmmCCoolloorrMMiixxSSeettNNeewwCCoolloorr - Sets	the new	color red, green, and blue values in
  the color mixing widget.

SYNOPSIS

  vvooiidd DDXXmmCCoolloorrMMiixxSSeettNNeewwCCoolloorr((_c_m_w,, _r_e_d,,	_g_r_e_e_n,, _b_l_u_e))
	DDXXmmCCoolloorrMMiixxWWiiddggeett  _c_m_w;;
	uunnssiiggnneedd sshhoorrtt	   _r_e_d;;
	uunnssiiggnneedd sshhoorrtt	   _g_r_e_e_n;;
	uunnssiiggnneedd sshhoorrtt	   _b_l_u_e;;

PARAMETERS

  _c_m_w The identifier (widget ID) of the	color mixing widget.

  _r_e_d The new color red	value. The value is expressed as an X color value (0
      to 65535).

  _g_r_e_e_n
      The new color green value. The value is expressed	as an X	color value
      (0 to 65535).

  _b_l_u_e
      The new color blue value.	The value is expressed as an X color value (0
      to 65535).

  A complete list of all the X color values available to you is	located	on
  your system.	To find	it, type the following command:

       %%ffiinndd // --nnaammee ''**rrggbb**'' --pprriinntt

DESCRIPTION

  The DDXXmmCCoolloorrMMiixxSSeettNNeewwCCoolloorr routine allows the	application or a user-
  supplied color mixer subwidget to pass the current color value to the	color
  mixing widget.  Note that your application will perform this operation fas-
  ter if you call this routine instead of the Intrinsic	routine	XXttSSeettVVaalluueess.

RELATED	INFORMATION

  DDXXmmCCoolloorrMMiixxGGeettNNeewwCCoolloorr(3X), DDXXmmCCrreeaatteeCCoolloorrMMiixx(3X),
  DDXXmmCCrreeaatteeCCoolloorrMMiixxDDiiaalloogg(3X)
















