Query: xmgetcolors
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmGetColors(library call) XmGetColors(library call)NAMEXmGetColors -- A function that generates foreground, select, and shadow colorsSYNOPSIS#include <Xm/Xm.h> void XmGetColors( Screen * screen, Colormap colormap, Pixel background, Pixel * foreground, Pixel * top_shadow, Pixel * bottom_shadow, Pixel * select);DESCRIPTIONXmGetColors takes a screen, a colormap, and a background pixel, and returns pixel values for foreground, select, and shadow colors. screen Specifies the screen for which these colors should be allocated. colormap Specifies the colormap from which these colors should be allocated. background Specifies the background on which the colors should be based. foreground Specifies a pointer to the returned foreground pixel value. If this argument is NULL, no value is allocated or returned for this color. top_shadow Specifies a pointer to the returned top shadow pixel value. If this argument is NULL, no value is allocated or returned for this color. bottom_shadow Specifies a pointer to the returned bottom shadow pixel value. If this argument is NULL, no value is allocated or returned for this color. select Specifies a pointer to the returned select pixel value. If this argument is NULL, no value is allocated or returned for this color.RELATEDXmChangeColor(3), XmGetColorCalculation(3), and XmSetColorCalculation(3). XmGetColors(library call)
Related Man Pages |
---|
xmgetcolors(3) - redhat |
xstorecolors(3x11) - ultrix |
xcupstorecolors(3) - suse |
xcmsstorecb(3) - hpux |
xmsetcolorcalculation(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
xemacs colors for C files |
colors in BASH, doubt with script |