GDSetTevKonstantSel

C Specification

#include <revolution/gd.h>
void GDSetTevKonstantSel(
GXTevStageID    evenStage, 
GXTevKColorSel kcsel0, GXTevKAlphaSel kasel0,
GXTevKColorSel kcsel1, GXTevKAlphaSel kasel1 );

Arguments

evenStage An even numbered TEV stage.
kcsel0 Selects the constant color to use for evenStage.
kasel0 Selects the constant alpha to use for evenStage.
kcsel1 Selects the constant color to use for (evenStage + 1).
kasel1 Selects the constant alpha to use for (evenStage + 1).

Return Values

None.

Description

This function selects constant (konstant) color and constant alpha inputs to use in a specified pair of TEV stages. The constant input is only used if  GX_CC_KONST (or GX_CA_KONST) is selected as TEV stage input. Only one constant color and alpha choice is available for a given TEV stage, although the constant may be used for more than one input.

See Also

GXSetTevKColorSel
GXSetTevKAlphaSel
GXSetTevColorIn
GXSetTevAlphaIn
GXSetTevKColor

Revision History

03/01/2006 Initial version.