#include <nnsys/g2d/g2d_CharCanvas.h>
void NNS_G2dCharCanvasClear(
const NNSG2dCharCanvas* pCC,
int cl
);
pCC | [IN] Pointer to CharCanvas |
cl | [IN] Color No. to use as fill color |
None.
Fills all characters assigned to CharCanvas with the specified color.
2005/05/25 Initial version.
CONFIDENTIAL