core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

gl_color_table Struct Reference

Data structure for color tables. More...

#include <mtypes.h>


Data Fields

GLenum Format
 GL_ALPHA, GL_RGB, GL_RGB, etc. More...

GLenum IntFormat
GLuint Size
 number of entries (rows) in table. More...

GLvoid * Table
 points to data of <Type>. More...

GLenum Type
 GL_UNSIGNED_BYTE or GL_FLOAT. More...

GLubyte RedSize
GLubyte GreenSize
GLubyte BlueSize
GLubyte AlphaSize
GLubyte LuminanceSize
GLubyte IntensitySize


Detailed Description

Data structure for color tables.


Field Documentation

GLubyte gl_color_table::AlphaSize
 

GLubyte gl_color_table::BlueSize
 

GLenum gl_color_table::Format
 

GL_ALPHA, GL_RGB, GL_RGB, etc.

GLubyte gl_color_table::GreenSize
 

GLubyte gl_color_table::IntensitySize
 

GLenum gl_color_table::IntFormat
 

GLubyte gl_color_table::LuminanceSize
 

GLubyte gl_color_table::RedSize
 

GLuint gl_color_table::Size
 

number of entries (rows) in table.

GLvoid* gl_color_table::Table
 

points to data of <Type>.

GLenum gl_color_table::Type
 

GL_UNSIGNED_BYTE or GL_FLOAT.


The documentation for this struct was generated from the following file:
Generated on Sun May 16 15:55:13 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001