table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2.3.8-4.1
 - Leap-15.6
 
| XmGetColorCalculation(library call) | XmGetColorCalculation(library call) | 
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).