G2_SetWndOBJInsidePlane


C Specification

#include <nitro/gx/g2.h>

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

Description

This function specifies the plane to be displayed inside the 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

G2_SetWnd0InsidePlane, G2_SetWnd1InsidePlane, G2_SetWndOutsidePlane

Revision History

01/19/2004 Initial Version