NNS_G2dResetEntityPaletteTable

C Specification

#include <nnsys/g2d/g2d_Entity.h>
void NNS_G2dResetEntityPaletteTable( NNSG2dEntity* pEntity );

Arguments

pEntity [OUT] Entity

Return Values

None.

Description

Sets the color palette conversion table of the entity so that it is not used.

See Also

NNS_G2dSetEntityPaletteTable
NNS_G2dIsEntityPaletteTblEnable

Revision History

05/28/2004 Initial version.