glutCopyColormap - Man Page
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.