#include <nnsys/g2d/g2d_Image.h>
void NNS_G2dInitImagePaletteProxy ( NNSG2dImagePaletteProxy* pImg );
| pImg | [OUT] Image palette proxy |
None.
Initializes the image palette proxy. Please be sure to call this function before using the image palette proxy. This function is new and was renamed from NNS_G2dInitializeImagePaletteProxy(). The previous function will remain to maintain compatibility.
NNS_G2dInitializeImagePaletteProxy
2004/08/02 Renamed function
2004/05/28 Initial version.
CONFIDENTIAL