UNTITLEDLOCAL UNTITLEDNAMEglutCopyColormap -- Copies a color map between windows.LIBRARYOpenGLUT - colormapSYNOPSIS#include <openglut.h> void glutCopyColormap(int window);PARAMETERSwindow The window to copy toDESCRIPTIONAllows 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.BUGSUnimplemented.SEE ALSOglutSetColor(3) glutGetColor(3) Epoch