G2S_SetWndOutsidePlane

C Specification

#include <nitro/gx/g2.h>

void G2S_SetWndOutsidePlane(int wnd /* GXWndPlaneMask */, BOOL effect );

Arguments

wnd Specifies the plane to be displayed in the window
effect Enables/Disables color special effects (alpha blending and brightness adjustment)

Return Values

None.

Description

This function specifies a plane that is displayed outside the sub 2D Engine's window. Pass the logical OR value of GXWndPlaneMask type to wnd. See G2S_SetWnd0InsidePlane.

See Also

G2_SetWnd0InsidePlane, G2_SetWnd1InsidePlane, G2_SetWndOBJInsidePlane, G2_GetWndOutsidePlane

Revision History

02/09/2004 Initial version.