dxmcolormixgetnewcolor(3x) osf1 man page | unix.com

Man Page: dxmcolormixgetnewcolor

Operating Environment: osf1

Section: 3x

DXmColorMixGetNewColor(3X)												DXmColorMixGetNewColor(3X)

NAME
DXmColorMixGetNewColor - Retrieves (returns) the color mixing widget's current new color red, green, and blue values.
SYNOPSIS
void DXmColorMixGetNewColor( DXmColorMixWidget cmw, unsigned short *red, unsigned short *green, unsigned short *blue );
PARAMETERS
The widget identifier of the color mixing widget. A pointer to the returned new color red value. A pointer to the returned new color green value. 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: % find / -name '*rgb*' -print
DESCRIPTION
DXmColorMixGetNewColor 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 XtGetValues.
SEE ALSO
DXmColorMixSetNewColor(3X), DXmCreateColorMix(3X), DXmCreateColorMixDialog(3X) DXmColorMixGetNewColor(3X)
Related Man Pages
glcolormask(3g) - suse
glcolor(3g) - centos
dxmcolormixsetnewcolor(3x) - osf1
dxmcolormixgetnewcolor(3x) - osf1
dxmcreatecolormixdialog(3x) - osf1
Similar Topics in the Unix Linux Community
Print in color
Help on file arrangement
bash: color strings in log file
color a figure in text file
Tech Article: Mixing Heavyweight and Lightweight Components