CL_DisplayCard::set_palette
Syntax
virtual void set_palette(CL_Palette *palette);
Parameters
palette | - | Palette to use as new system palette. |
Description
Set system palette on this card. If the display card is in a non-palettelized mode, this will be the palette used when surfaceproviders doesn't specify a palette themself.
Back to index
|