NNS_G2dSetImageExtPaletteFlag

Syntax

#include <nnsys/g2d/g2d_Image.h>

static inline void NNS_G2dSetImageExtPaletteFlag
(   
    NNSG2dImageProxy*   pImgProxy, 
    BOOL                bUseExtPlt 
);
  

Arguments

pImgProxy [OUT] Image proxy
bUseExtPlt [IN] Whether 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

2004/05/28 Initial version.


CONFIDENTIAL