OpenGL.GL.SGI.color_table
index
/var/pylive/OpenGL-ctypes/OpenGL/GL/SGI/color_table.py

OpenGL extension SGI.color_table
 
This module customises the behaviour of the 
OpenGL.raw.GL.SGI.color_table to provide a more 
Python-friendly API

 
Modules
       
OpenGL.arrays
OpenGL.constant
OpenGL.constants
ctypes
OpenGL.extensions
OpenGL.GL.glget
OpenGL.platform
OpenGL.wrapper

 
Functions
       
glColorTableParameterfvSGI(...)
glColorTableParameterfvSGI( GLenum(target), GLenum(pname), GLfloatArray(params) ) -> None
glColorTableParameterivSGI(...)
glColorTableParameterivSGI( GLenum(target), GLenum(pname), GLintArray(params) ) -> None
glColorTableSGI(...)
glColorTableSGI( GLenum(target), GLenum(internalformat), GLsizei(width), GLenum(format), GLenum(type), c_void_p(table) ) -> None
glCopyColorTableSGI(...)
glCopyColorTableSGI( GLenum(target), GLenum(internalformat), GLint(x), GLint(y), GLsizei(width) ) -> None
glGetColorTableParameterfvSGI(...)
glGetColorTableParameterfvSGI( GLenum(target), GLenum(pname), GLfloatArray(params) ) -> None
glGetColorTableParameterivSGI(...)
glGetColorTableParameterivSGI( GLenum(target), GLenum(pname), GLintArray(params) ) -> None
glGetColorTableSGI(...)
glGetColorTableSGI( GLenum(target), GLenum(format), GLenum(type), c_void_p(table) ) -> None

 
Data
        GL_COLOR_TABLE_ALPHA_SIZE_SGI = GL_COLOR_TABLE_ALPHA_SIZE_SGI
GL_COLOR_TABLE_BIAS_SGI = GL_COLOR_TABLE_BIAS_SGI
GL_COLOR_TABLE_BLUE_SIZE_SGI = GL_COLOR_TABLE_BLUE_SIZE_SGI
GL_COLOR_TABLE_FORMAT_SGI = GL_COLOR_TABLE_FORMAT_SGI
GL_COLOR_TABLE_GREEN_SIZE_SGI = GL_COLOR_TABLE_GREEN_SIZE_SGI
GL_COLOR_TABLE_INTENSITY_SIZE_SGI = GL_COLOR_TABLE_INTENSITY_SIZE_SGI
GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = GL_COLOR_TABLE_LUMINANCE_SIZE_SGI
GL_COLOR_TABLE_RED_SIZE_SGI = GL_COLOR_TABLE_RED_SIZE_SGI
GL_COLOR_TABLE_SCALE_SGI = GL_COLOR_TABLE_SCALE_SGI
GL_COLOR_TABLE_SGI = GL_COLOR_TABLE_SGI
GL_COLOR_TABLE_WIDTH_SGI = GL_COLOR_TABLE_WIDTH_SGI
GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI
GL_POST_CONVOLUTION_COLOR_TABLE_SGI = GL_POST_CONVOLUTION_COLOR_TABLE_SGI
GL_PROXY_COLOR_TABLE_SGI = GL_PROXY_COLOR_TABLE_SGI
GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI
GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI