Definitions for "Color table"
see Palette
An array that is used in a color look-up operation. Each incoming pixel component value is used as an index into this array. The value stored in the array at the indexed location is extracted and becomes the pixel component for subsequent processing.
a one dimensional array of three component entries