Network, Computer and Programming Resources
Opengl - Color index
A single value that represents a color by name, rather than by value. OpenGL color indices are treated as continuous values (for example, floating-point numbers) while operations such as interpolation and dithering are performed on them. Color indices stored in the framebuffer are always integer values, however. Floating-point indices are converted to integers by rounding to the nearest integer value.