RwGetPaletteEntries(RwInt32 start,
RwInt32 length,
RwPaletteEntry *palette);
Description
Reads length entries from the current RenderWare palette starting at entry start.
Arguments
start First palette entry to read.
length Number of entries to read
palette Pointer to an array of RwPaletteEntrys to hold retrieved values.
Return Value
The argument palette if successful, and NULL otherwise.
See Also