GXSetTevKColor

Syntax

#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 register 0
GX_KCOLOR1 Constant color register 1
GX_KCOLOR2 Constant color register 2
GX_KCOLOR3 Constant color register 3
color Constant color value

Return Values

None.

Description

This function is used to set one of the "constant" 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

2006/03/01 Initial version.


CONFIDENTIAL