NNS_G2dGetRendererPaletteTbl

Syntax

#include <nnsys/g2d/g2d_Renderer.h>
const NNSG2dPaletteSwapTable* NNS_G2dGetRendererPaletteTbl( 
                                NNSG2dRendererInstance*         pRend );
  

Arguments

pRend [IN] Renderer entity

Return Values

A pointer to the color palette conversion table.

Description

Gets the color palette conversion table. This can be called either inside or outside the BeginRenderingEndRendering block.

See Also

NNS_G2dSetRendererPaletteTbl

Revision History

2004/11/10 Added Description.
2004/05/28 Initial version.


CONFIDENTIAL