FadeFromBlack

Fades in the screen from black

Synopsis

void FadeFromBlack (ScreenContext *sc, int32 frameCount)

Description

Fades all the screens in the ScreenContext from black over frameCount.

Arguments

sc
Pointer to a ScreenContext
frameCount
Number of frames over which the fade will occur. After nFrames, all the color entries in the CLUT have their correct color value.

Associated Files

lib3do.lib, displayutils.h

See Also

FadeToBlack