#include <nnsys/g2d/g2d_Image.h>
static inline void NNS_G2dSetImageExtPaletteFlag
(
NNSG2dImageProxy* pImgProxy,
BOOL bUseExtPlt
);
pImgProxy |
[OUT] Image proxy |
bUseExtPlt |
[IN] Whether to use the extended palette |
None.
Sets the usage of the extended palette in the image proxy.
None.
2004/05/28 Initial version.
CONFIDENTIAL