#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.
05/25/2005 Initial version.