OpenGL.GL.SGI.color_table
index
/build/buildd/pyopengl-3.0.0~b6/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

 
Data
        EXTENSION_NAME = 'GL_SGI_color_table'
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
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/SGI/color_table.py'
__name__ = 'OpenGL.GL.SGI.color_table'
glColorTableParameterfvSGI = <OpenGL.platform.baseplatform.glColorTableParameterfvSGI object at 0x8697e6c>
glColorTableParameterivSGI = <OpenGL.platform.baseplatform.glColorTableParameterivSGI object at 0x8697e8c>
glColorTableSGI = <OpenGL.platform.baseplatform.glColorTableSGI object at 0x8697e2c>
glCopyColorTableSGI = <OpenGL.platform.baseplatform.glCopyColorTableSGI object at 0x8697eec>
glGetColorTableParameterfvSGI = <OpenGL.platform.baseplatform.glGetColorTableParameterfvSGI object at 0x8697f2c>
glGetColorTableParameterivSGI = <OpenGL.platform.baseplatform.glGetColorTableParameterivSGI object at 0x8697f4c>
glGetColorTableSGI = <OpenGL.platform.baseplatform.glGetColorTableSGI object at 0x8697f0c>