G3X_SetEdgeColorTable

C Specification

#include <nitro/gx/g3x.h>

void G3X_SetEdgeColorTable(const GXRgb * rgb_8);

Arguments

rgb_8 Pointer to the beginning of the color data array set in the edge color table

Return Values

None.

Description

This function sets the edge color table. Data from rgb_8[0] to rgb_8[7] is transferred to the edge color table.

See Also

G3X_EdgeMarking

Revision History

01/19/2004 Initial version.