GLUTCOPYCOLORMAP
Section: C Library Functions (3)
Updated: LOCAL
Page Index
BSD mandoc
NAME
glutCopyColormap
- Copies a color map between windows.
LIBRARY
OpenGLUT - colormap
SYNOPSIS
In openglut.h
Ft void
Fn glutCopyColormap int window
PARAMETERS
Bf Em
window
Ef
The window to copy
Bf Li
to
Ef
DESCRIPTION
Allows you to copy an entire color map from
one window to another. This function copies
Bf Em
from
Ef
the
Bf Li
current window
Ef
. It
copies
Bf Em
to
Ef
the indicated
Bf Sy
window.
Ef
Respects the current layer setting.
BUGS
Unimplemented.
SEE ALSO
glutSetColor(3)
glutGetColor(3)