G2_ChangeBlendBrightness


C Specification

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

Description

This function changes only the brightness change coefficient.

Arguments

brightness   Specifies the coefficient for brightness change (-16 <= brightness <= 16)

Return Values

None.

See Also

G2_BlendNone, G2_SetBlendAlpha, G2_SetBlendBrightness, G2_SetBlendBrightnessExt, G2_ChangeBlendAlpha

Revision History

01/19/2004 Initial Version