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