glutGetColor

retrieves a red, green, or blue component for a given color index colormap entry for the layer in use's logical colormap for the current window.

Signature

glutGetColor( int( cell ) , int( component ) )-> GLfloat
glutGetColor( color , component ) -> <class 'ctypes.c_float'>
glutGetColor( c_int(color), c_int(component) ) -> GLfloat

Parameters

VariablesDescription
cell
Color cell index (starting at zero).
component
One of GLUT_RED , GLUT_GREEN , or GLUT_BLUE .

See Also

glutGet glutSetColor glutCopyColormap