Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmgetcolorcalculation(3x) [osf1 man page]

XmGetColorCalculation(3X)												 XmGetColorCalculation(3X)

NAME
XmGetColorCalculation - A function to get the procedure used for default color calculation SYNOPSIS
#include <Xm/Xm.h> XmColorProc XmGetColorCalculation () DESCRIPTION
XmGetColorCalculation returns the procedure being used to calculate default colors. For a description of XmColorProc, see XmSetColorCalculation(3X). RETURN VALUE
Returns the procedure used for default color calculation. SEE ALSO
XmChangeColor(3X), XmGetColors(3X), XmSetColorCalculation(3X) XmGetColorCalculation(3X)

Check Out this Related Man Page

XmGetColors(library call)												 XmGetColors(library call)

NAME
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); DESCRIPTION
XmGetColors 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. RELATED
XmChangeColor(3), XmGetColorCalculation(3), and XmSetColorCalculation(3). XmGetColors(library call)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies