table of contents
GLUTCOPYCOLORMAP(3) | Library Functions Manual (local) | GLUTCOPYCOLORMAP(3) |
NAME¶
glutCopyColormap
—
Copies a color map between windows.
LIBRARY¶
OpenGLUT - colormap
SYNOPSIS¶
#include
<openglut.h>
void
glutCopyColormap
(int
window);
PARAMETERS¶
window
The window to copy
to
DESCRIPTION¶
Allows you to copy an entire color map from one window to another. This function copies
from
the
current window
. It copies
to
the indicated
window.
Respects the current layer setting.
BUGS¶
Unimplemented.