G2S_ChangeBlendBrightness


C Specification

#include <nitro/gx/g2.h>
void G2S_ChangeBlendBrightness(int brightness);

Description

This function only changes the brightness change coefficient for the sub 2D Engine.

Arguments

brightness Sets the coefficient for changing brightness. (-16 <= brightness <= 16)

Return Values

None

See Also

G2S_BlendNone, G2S_SetBlendAlpha, G2S_SetBlendBrightness, G2S_SetBlendBrightnessExt, G2S_ChangeBlendAlpha

Revision History

02/09/2004 Initial Version