glColorTableParameter

set color lookup table parameters

Signature

glColorTableParameter( )->
glColorTableParameterfv( GLenum ( target ) , GLenum ( pname ) , const GLfloat * ( params ) )-> void
glColorTableParameterfv( target , pname , params )
glColorTableParameteriv( GLenum ( target ) , GLenum ( pname ) , const GLint * ( params ) )-> void
glColorTableParameteriv( target , pname , params )

Parameters

VariablesDescription
target
The target color table. Must be GL_COLOR_TABLE , GL_POST_CONVOLUTION_COLOR_TABLE , or GL_POST_COLOR_MATRIX_COLOR_TABLE .
pname
The symbolic name of a texture color lookup table parameter. Must be one of GL_COLOR_TABLE_SCALE or GL_COLOR_TABLE_BIAS .
params
A pointer to an array where the values of the parameters are stored.