glutCopyColormap

copies the logical colormap for the layer in use from a specified window to the current window.

Signature

glutCopyColormap( int( win ) )-> void
glutCopyColormap( window )
glutCopyColormap( c_int(window) ) -> None

Parameters

VariablesDescription
win
The identifier of the window to copy the logical colormap from.

See Also

glutSetColor glutGetColor glutCreateWindow