njSetFadeColor Japanese
<-|INDEX|->
Specifies the fade color.

FORMAT

#include <Ninja.h>

void njSetFadeColor(c)
Uint32 c

PARAMETERS

Uint32 c

RETURN VALUE

None

FUNCTION


EXAMPLE

The following fades out to green.
Float fade_val;

njSetFadeColor(0xff00ff00);
njExcuteFade(fade_val);
njFadeEnable();

           :
   Drawing models etc.
           :

njFadeDisable();
The example above only explains the flow of the fog feature, and therefore, it is not for actual use.

NOTES


RELATED TOPICS

njSetFadeColor()
njExcuteFade()
njFadeEnable()
njFadeDisable()

njSetFadeColor
<-|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997