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