Ninja Library - System Function

njSetBorderColor

Adjusts the display position

FORMAT

void njSetBorderColor( color )
Uint32 color

PARAMETER

 color  Pack format ARGB 

RETURN

None

DESCRIPTION

Sets the border color. Make the change during V-BLANK. The initial value is 0 (black).

EXAMPLE

/* Set border to white */
njSetBorderColor(0xFFFFFFFF);

REFERENCE

njSetVSyncFunction()

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