NNS_G2dSetRendererPaletteTbl

C Specification

#include <nnsys/g2d/g2d_Renderer.h>
void NNS_G2dSetRendererPaletteTbl( 
                                NNSG2dRendererInstance*         pRend, 
                                const NNSG2dPaletteSwapTable*   pTbl );
  

Arguments

pRend [OUT] Renderer entity
pTbl [IN] Palette conversion table

Return Values

None.

Description

Sets the color palette conversion table. Subsequent drawings will be converted according to the conversion table that is set by the palette value. This can be called either inside or outside the Begin-End rendering block.

See Also

NNS_G2dResetRendererPaletteTbl

Revision History

2004/11/10 Added description.

2004/05/28 Initial version.


CONFIDENTIAL