


DXmColorMixGetNewColor(3X)			   DXmColorMixGetNewColor(3X)



NAME
  DDXXmmCCoolloorrMMiixxGGeettNNeewwCCoolloorr - Retrieves (returns) the color mixing	widget's
  current new color red, green,	and blue values.

SYNOPSIS

  vvooiidd DDXXmmCCoolloorrMMiixxGGe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 widget identifier of the color mixing	widget.

  _r_e_d A	pointer	to the returned	new color red value.

  _g_r_e_e_n
      A	pointer	to the returned	new color green	value.

  _b_l_u_e
      A	pointer	to the returned	new color blue value.

  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

  DDXXmmCCoolloorrMMiixxGGeettNNeewwCCoolloorr allows	the calling application	or routine to quickly
  obtain the current color value from the color	mixing widget.	Note that if
  your application uses	the default color mixing subwidget, the	application
  will perform this operation faster if	you call this routine instead of the
  Intrinsic routine XXttGGeettVVaalluueess.

RELATED	INFORMATION

  DDXXmmCCoolloorrMMiixxSSe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)


















