Home
Docs
Install
GL
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
Variables
Description
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.
Copyright Notices
This documentation is based on documentation licensed under the
SGI Free Software License B
.