CRT Documentation: Reference |
Selects high-intensity characters.
procedure HighVideo;
There is a byte variable in Crt, TextAttr, that is used to hold the current video attribute. HighVideo sets the high intensity bit of TextAttr's foreground color, thus mapping colors 0-7 onto colors 8-15.
Crt Overview, LowVideo, NormVideo, TextBackground, TextColor