G3X_SetToonTable

C Specification

#include <nitro/gx/g3x.h>

void G3X_SetToonTable(const GXRgb * rgb_32);

Arguments

rgb_32 Pointer to the beginning of the color data array set in the toon table

Return Values

None.

Description

This function sets the toon table. Data from rgb_32[0] to rgb_32[31] is transferred to the toon table.

See Also

Revision History

01/19/2004 Initial version.