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