glutcopycolormap(3) - Linux man page
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.
See Also
glutsetcolor(3) glutgetcolor(3)
BSD Epoch BSD