Collaboration diagram for Colormap Management:
Functions | |
void | glutCopyColormap (int window) |
GLfloat | glutGetColor (int color, int component) |
void | glutSetColor (int nColor, GLfloat red, GLfloat green, GLfloat blue) |
In the first few days of 2005, OpenGLEAN implemented colormap support.
|
Copies a color map between windows.
It does not set the current window It is a fatal error either to call this function without properly initializing OpenGLEAN via glutInit() or to call this function without a current window.
Here is the call graph for this function: |
|
Gets an indexed color-mode entry's Red, Green, or Blue value.
component may be any of:
It is a fatal error either to call this function without properly initializing OpenGLEAN via glutInit() or to call this function without a current window.
|
|
Sets an indexed color-mode entry.
The minimum and maximum range for nColor is not well defined at this time. red, green, and blue are values as for glColor3f(). It is a fatal error either to call this function without properly initializing OpenGLEAN via glutInit() or to call this function without a current window.
|
Supported in part by SourceForge.net.
Generated on Fri Sep 16 20:15:38 2005 for OpenGLEAN by
doxygen 1.4.3
The OpenGLEAN project is hosted by
olib.org and
SourceForge.