XmGetColors
A function that generates foreground, select, and shadow colors "XmGetColors" "Color functions" "XmGetColors"
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
A function that generates foreground, select, and shadow colors "XmGetColors" "Color functions" "XmGetColors"
#include <Xm/Xm.h> void XmGetColors( Screen * screen, Colormap colormap, Pixel background, Pixel * foreground, Pixel * top_shadow, Pixel * bottom_shadow, Pixel * select);
XmGetColors takes a screen, a colormap, and a background pixel, and returns pixel values for foreground, select, and shadow colors.
XmChangeColor(3), XmGetColorCalculation(3), and XmSetColorCalculation(3).