G2S_SetWndOBJInsidePlane


C Specification

#include <nitro/gx/g2.h>

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

Description

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

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

See Also

G2S_SetWnd0InsidePlane, G2S_SetWnd1InsidePlane, G2S_SetWndOutsidePlane

Revision History

02/09/2004 Initial Version