glIndex

set the current color index

Signature

glIndex( )->
glIndexd( GLdouble ( c ) )-> void
glIndexd( c )
glIndexdv( const GLdouble * ( c ) )-> void
glIndexdv( c )
glIndexf( GLfloat ( c ) )-> void
glIndexf( c )
glIndexfv( const GLfloat * ( c ) )-> void
glIndexfv( c )
glIndexi( GLint ( c ) )-> void
glIndexi( c )
glIndexiv( const GLint * ( c ) )-> void
glIndexiv( c )
glIndexs( GLshort ( c ) )-> void
glIndexs( c )
glIndexsv( const GLshort * ( c ) )-> void
glIndexsv( c )
glIndexub( GLubyte ( c ) )-> void
glIndexub( c )
glIndexubv( const GLubyte * ( c ) )-> void
glIndexubv( c )

Parameters

VariablesDescription
c
Specifies the new value for the current color index.