

#include <nitro/gx/g2.h>
void G2S_ChangeBlendAlpha(int ev1, int ev2);
| ev1 | Alpha-blending coefficient for the first target screen (0 ≤ ev1 ≤ 31) |
| ev2 | Alpha-blending coefficient for the second target screen (0 ≤ ev2 ≤ 31) |
None.
Sets only the alpha-blending coefficient for the sub 2D Engine. If the values of ev1 and ev2 are greater than 16, the alpha-blending coefficient that is actually set is 16.
G2S_BlendNone
G2S_SetBlendAlpha
G2S_SetBlendBrightness
G2S_SetBlendBrightnessExt
G2S_ChangeBlendBrightness
2008/10/30 Added description relating to the alpha-blending coefficient.
2004/02/09 Initial version.
CONFIDENTIAL