G2S_BlendNone

C Specification

#include <nitro/gx/g2.h>
void G2S_BlendNone(void);

Arguments

None.

Return Values

None.

Description

This function sets so that color special effects are not performed with the sub 2D Engine.

See Also

G2S_SetBlendAlpha, G2S_SetBlendBrightness, G2S_SetBlendBrightnessExt, G2S_ChangeBlendAlpha, G2S_ChangeBlendBrightness

Revision History

02/09/2004 Initial version