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.