XmGetColors (3) Linux Manual Page
XmGetColors — A function that generates foreground, select, and shadow colors Synopsis#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…
