Functions | |
void | glutCopyColormap (int window) |
int | glutExtensionSupported (const char *extension) |
void | glutForceJoystickFunc (void) |
GLfloat | glutGetColor (int color, int component) |
void | glutIgnoreKeyRepeat (int ignore) |
void | glutReportErrors (void) |
void | glutSetColor (int nColor, GLfloat red, GLfloat green, GLfloat blue) |
void | glutSetKeyRepeat (int repeatMode) |
|
Copies a color map between windows.
|
|
Gets an indexed color-mode entry's Red, Green, or Blue value.
component may be any of:
|
|
Sets an indexed color-mode entry.
|