BCB-Tools.com
Home of
RAD DirectX
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'PALETTEENTRY'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.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;
|
|