#include <revolution/gd.h>
void GDSetTevKonstantSel( GXTevStageID evenStage, GXTevKColorSel kcsel0, GXTevKAlphaSel kasel0, GXTevKColorSel kcsel1, GXTevKAlphaSel kasel1 );
|
An even numbered TEV stage. |
|
Selects the constant color to use for evenStage. |
|
Selects the constant alpha to use for evenStage. |
|
Selects the constant color to use for (evenStage + 1). |
|
Selects the constant alpha to use for (evenStage + 1). |
None.
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.
GXSetTevKColorSel
GXSetTevKAlphaSel
GXSetTevColorIn
GXSetTevAlphaIn
GXSetTevKColor
03/01/2006 Initial version.