Ninja Library - Debugging Function

njPrintColor

Specifies the debug character color

FORMAT

void njPrintColor( c )
Uint32 c

PARAMETER

 c  Color value 

RETURN

None

DESCRIPTION

Specifies the color of debug printing. The color value is entered as ARGB8888.

EXAMPLE

The following sets the character to red, 255.
njPrintColor(0xFFFF0000);

NOTE

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.

REFERENCE

njPrintB()
njPrintC()
njPrintD()
njPrintH()
njPrintF()

njPrintColor
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999