xmgetcolorcalculation(3) - Linux man page

Name

XmGetColorCalculation - A function to get the procedure used for default color calculation

Synopsis

#include <Xm/Xm.h>
XmColorProc XmGetColorCalculation(void)

Description

XmGetColorCalculation returns the procedure being used to calculate default colors.

For a description of XmColorProc, see xmsetcolorcalculation(3).

Return

Returns the procedure used for default color calculation.

Related

xmchangecolor(3), xmgetcolors(3), and xmsetcolorcalculation(3).