#include <revolution/gx.h>
void GXSetTevKAlphaSel(
GXTevStageID stage,
GXTevKAlphaSel sel );
stage |
name of the TEV stage Accepted values are: GX_TEVSTAGE0, GX_TEVSTAGE1, GX_TEVSTAGE2 through GX_TEVSTAGE15. |
||||||||||||||||||||||||||||||||||||||||||||||||||
sel |
selects the constant alpha to be used for this stage Accepted values are:
|
None.
This function selects the constant alpha input to be used on the given TEV stage. The constant alpha input is only used when GX_CA_KONST is selected as that TEV stage input. It can be used for one or more inputs, but only one constant alpha input can be used for one TEV stage.
GXSetTevAlphaIn
GXSetTevKColor
03/01/2006 Initial version.