Graphics::setPalette
Description
void Graphics::setPalette( [ const ] Color * p )
Graphics::setPalette sets the current color palette in use. Please keep in mind that the palette is expected to have 16 entries.
Parameters
- [ const ] Color * p: pointer to the palette to use
Returns
none
Example
N/A