NNS_G2dSetEntityPaletteTable

C Specification

#include <nnsys/g2d/g2d_Entity.h>
void NNS_G2dSetEntityPaletteTable(
NNSG2dEntity* pEntity,
NNSG2dPaletteSwapTable*     pPlttTbl );

Arguments

pEntity [OUT] Entity
pPlttTbl [IN] Color palette conversion table

Return Values

None.

Description

Sets the color palette conversion table in the entity.

See Also

NNS_G2dIsEntityPaletteTblEnable, NNS_G2dResetEntityPaletteTable

Revision History

05/28/2004 Initial version.