www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Draw_Library v1.90 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: admin@bcb-tools.com.
|
|