core | glapi | vbo | math | shader | swrast | swrast_setup | tnl | tnl_dd

gl_color_table Struct Reference

#include <mtypes.h>


Detailed Description

Data structure for color tables.

Data Fields

GLenum InternalFormat
 The user-specified format.
GLenum _BaseFormat
 GL_ALPHA, GL_RGBA, GL_RGB, etc.
GLuint Size
 number of entries in table
GLfloat * TableF
 Color table, floating point values.
GLubyte * TableUB
 Color table, ubyte values.
GLubyte RedSize
GLubyte GreenSize
GLubyte BlueSize
GLubyte AlphaSize
GLubyte LuminanceSize
GLubyte IntensitySize

Field Documentation

GLenum gl_color_table::InternalFormat

The user-specified format.

GLenum gl_color_table::_BaseFormat

GL_ALPHA, GL_RGBA, GL_RGB, etc.

GLuint gl_color_table::Size

number of entries in table

GLfloat* gl_color_table::TableF

Color table, floating point values.

GLubyte* gl_color_table::TableUB

Color table, ubyte values.

GLubyte gl_color_table::RedSize

GLubyte gl_color_table::GreenSize

GLubyte gl_color_table::BlueSize

GLubyte gl_color_table::AlphaSize

GLubyte gl_color_table::LuminanceSize

GLubyte gl_color_table::IntensitySize


The documentation for this struct was generated from the following file:
Generated on Sun Sep 27 06:47:46 2009 for Mesa Main by  doxygen 1.5.4