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