1UNTITLED LOCAL UNTITLED
2
NAME
4glutCopyColormap — Copies a color map between windows.
5
LIBRARY
7OpenGLUT - colormap
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutCopyColormap(int window);
14
PARAMETERS
16window The window to copy to
17
DESCRIPTION
19Allows you to copy an entire color map from one window to another. This
20function copies from the current window . It copies to the indi‐
21cated window. Respects the current layer setting.
22
BUGS
24Unimplemented.
25
SEE ALSO
27glutSetColor(3) glutGetColor(3)
2829
30
31
32
Epoch