#include <nitro/gx/g2.h>
void G2_ChangeBlendAlpha(int ev1, int ev2);
This function sets only the α-blending coefficient for the sub 2D engine.
ev1 |
α-blending coefficient for the first target screen |
ev2 |
α-blending coefficient for the second target screen |
None
G2_BlendNone, G2_SetBlendAlpha, G2_SetBlendBrightness, G2_SetBlendBrightnessExt, G2_ChangeBlendBrightness
01/19/2004 Initial Version