CRT Documentation: Reference

LowVideo

Selects low intensity characters.

procedure LowVideo;

Parameters

This procedure has no parameters.

Remarks

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.

See Also

Crt Overview, HighVideo, NormVideo, TextBackground, TextColor