VISetBlack

Syntax

#include <revolution/vi.h>

void VISetBlack(BOOL black);

Arguments

black Blacks out the screen when TRUE; restores when FALSE.

Return Values

None.

Description

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.

See Also

VIFlush

Revision History

2006/03/01 Initial version.


CONFIDENTIAL