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