GXSetTevKColor

C Specification

#include <revolution/gx.h>
void GXSetTevKColor( GXTevKColorID id, GXColor color );

Arguments

id Constant color register. ID. Accepted values are:
Name Register
GX_KCOLOR0 Constant color register0
GX_KCOLOR1 Constant color register1
GX_KCOLOR2 Constant color register2
GX_KCOLOR3 Constant color register3
color Constant color value

Return Values

None.

Description

This function is used to set one of the "k(c)onstant" color registers in the Texture Environment (TEV) unit. These registers are available to all TEV stages. They are constant in that they cannot be written to be the TEV itself.

See Also

GXSetTevKColorSel
GXSetTevKAlphaSel

Revision History

03/01/2006 Initial version.