Skip to content

getbordercolor

Thomas Foster edited this page Mar 23, 2021 · 1 revision

Function   Gets the current color of the console border area.

Syntaxint getbordercolor(void);

Prototype indos.h

Return valuegetbordercolor returns the current border color.

See alsosetbordercolor setbordersize

Remarks

getbordercolor returns the current color of the border that surrounds the console, which can range from 0 to 15. The default border color is 0 (black).

Header Files

Clone this wiki locally