NNS_G2dSetImageExtPaletteFlag

C Specification

#include <nnsys/g2d/g2d_Image.h>
static inline void NNS_G2dSetImageExtPaletteFlag
(   
NNSG2dImageProxy*   pImgProxy, 
BOOL                bUseExtPlt 
);

Arguments

pImgProxy [OUT] Image proxy
bUseExtPlt [IN] Whether or not to use the extended palette

Return Values

None.

Description

Sets the usage of the extended palette in the image proxy.

See Also

None.

Revision History

05/28/2004 Initial version.