Table of Contents

Name

glIndexd, glIndexf, glIndexi, glIndexs, glIndexub, glIndexdv, glIndexfv, glIndexiv, glIndexsv, glIndexubv - set the current color index

C Specification

void glIndexd( GLdouble c )
void glIndexf( GLfloat c ) 
void glIndexi( GLint c ) 
void glIndexs( GLshort c ) 
void glIndexub( GLubyte c);   


Table of Contents