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::GetEntries() ]
[ next: LoadFromFile() ]
[ prev: GetCaps() ]
public:
virtual bool __fastcall GetEntries( dword pBase, dword pNumEntries, PALETTEENTRY* pEntries );
TDX_DRAWPALETTE::GETENTRIES()
[ component method ]
- Description
- Parameters
Base
The Base parameter defines the start of the entries to be retrieved sequentially.
NumEntries
The NumEntries parameter defines the number of entries the Entries parameter of this method can hold.
Entries
The Entries parameter will reference the array of retrieved PALETTEENTRY 's if this method returns successfully.
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.
|
|