#include <nitro/gx/g2.h>
void G2_SetWndOutsidePlane(int wnd /* GXWndPlaneMask */, BOOL effect );
wnd | Specifies the plane to be displayed in the window |
effect | Enables/Disables color special effects (alpha blending and brightness adjustment) |
None.
This function specifies the plane to be shown outside of the window. Pass the logical OR value of GXWndPlaneMask
type to wnd
. See G2_SetWnd0InsidePlane
.
G2_SetWnd0InsidePlane, G2_SetWnd1InsidePlane, G2_SetWndOBJInsidePlane, G2_GetWndOutsidePlane
01/19/2004 Initial version.