FOREGROUND/BACKGROUND

When you specify a color in PRINT, it has the same scope as PRINT. If you do not define the specified color name, then the setting for “default” is used. Use the color name “none” to turn off color for the specified area.

Syntax

PRINT {any_lit|_var|_col} 
[FOREGROUND=({color_name_lit|_var|_col}|{rgb})]
[BACKGROUND=({color_name_lit|_var|_col}|{rgb})]

Note:

See the example in ALTER-COLOR-MAP to better understand the FOREGROUND and BACKGROUND commands.