Skip to content

setbordercolor

Thomas Foster edited this page Mar 23, 2021 · 3 revisions

Function   Sets the color of the console border area.

Syntaxvoid setbordercolor(int color);

Prototype indos.h

Return value   None.

See alsogetbordercolor setbordersize

Remarks

setbordercolor sets the border that surrounds the console area to the specified color, which can range from 0 to 15. The default border color is 0 (black).

Header Files

Clone this wiki locally