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