Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'Palette'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
PALETTE
[ TDx_Draw_Library ]
[ next: Pixel Format ]
[ prev: PALETTEENTRY ]
A palette is basically an array of color values that is used to indicate the pixel colors of a palettized surface.
Color table is another name for the array of color values the palette contains.
A palettized surface represents each pixel with a number, the number being the palette index referencing each color in the palette associated with that surface.
|
|