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 'PALETTEENTRY'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
PALETTEENTRY
[ TDx_Draw_Library ]
[ next: Palette ]
[ prev: Overlay ]
A PALETTEENTRY is a structure used to specify the color and usage of a palette entry.
The structure defined for a PALETTEENTRY in the Win32 programmers reference is :
typedef struct tagPALETTEENTRY {
BYTE peRed;
BYTE peGreen;
BYTE peBlue;
BYTE peFlags;
} PALETTEENTRY;
|
|