#include <mtypes.h>
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 |
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 |