| xHarbour Reference Documentation > Command Reference |
![]() |
![]() |
![]() |
Defines default colors for text-mode applications.
SET COLO[U]R TO ;
[ [ <standard>] ;
[,<enhanced>] ;
[,<border>] ;
[,<background>] ;
[,<unselected>] ;
]
or:
SET COLO[U]R TO ( <cColor> )
SET COLOR is a compatibility command used to define screen colors in text-mode applications. The command is entirely superseeded by function SetColor(). Refer to this function for an explanation how color values are coded.
| See also: | @...GET, @...SAY, Set(), SetColor() |
| Category: | Output commands , SET commands |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com