Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawPalette::SetEntries() ]
[ prev: LoadFromResource() ]
public:
virtual bool __fastcall SetEntries( dword pStartingEntry, dword pCount, PALETTEENTRY* pEntries );
TDX_DRAWPALETTE::SETENTRIES()
[ component method ]
- Description
- Parameters
StartingEntry
The StartingEntry parameter defines the palette index of the first entry to be set.
Count
The Count parameter defines the number of palette entries to be set.
Entries
The Entries parameter references the PALETTEENTRY 's that are to replace those being changed.
Palette entries will be 4 bytes each unless DDPCAPS_8BITENTRIES is set, in which case each entry will be 1 byte.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|