#include <revolution/vi.h> void VISetBlack(BOOL black);
| black | Blacks out the screen when TRUE; restores when FALSE. |
|---|
None.
This function turns the screen to black if TRUE is specified. Note that retrace interrupts are still generated even when the screen is blacked out.
Changes do not take effect until VIFlush is called. See the VIFlush function reference for more details about when the change takes effect.
2006/03/01 Initial version.
CONFIDENTIAL