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::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: admin@bcb-tools.com.
|
|