njPrintColor
Japanese
<-
|
INDEX
|
->
Specifies the character color.
FORMAT
#include <Ninja.h> void njPrintColor(c); Uint32 c
PARAMETERS
c
color value
RETURN VALUE
None
FUNCTION
Specifies the color of debug printing. The color is entered as an ARGB value.
EXAMPLE
Set the character to red, 255.
njPrintColor(0xFFFF0000);
NOTES
When njPrintColor is not executed, the default debug print color is white (0xFFFFFFFF).
After executing njPrintColor, the specified color is used for all debug printing.
RELATED TOPICS
njPrintC
njPrintD
njPrintB
njPrintH
njPrintF
njPrintColor
<-
|
INDEX
|
->
Copyright SEGA ENTERPRISES, LTD., 1997