C
void RequestPaletteChange( void * pPalette, WORD startEntry, WORD length );
Overview
Loads the palettes from the flash during vertical blanking period if possible, otherwise loads immediately.
Input Parameters
Input Parameters |
Description |
void * pPalette |
Pointer to the palette structure |
WORD startEntry |
Start entry to load (inclusive) |
WORD length |
Number of entries |
Returns
none
Preconditions
Palette must be initialized by PaletteInit().
Side Effects
There may be a slight flicker when the Palette entries are getting loaded one by one.