#include <nitro/gx/g3x.h>
void G3X_SetToonTable(const GXRgb * rgb_32);
rgb_32 | Pointer to the beginning of the color data array set in the toon table |
None.
This function sets the toon table. Data from rgb_32[0]
to rgb_32[31]
is transferred to the toon table.
01/19/2004 Initial version.