Table of Contents

BACKGROUND

VIC-20 C64 C16 Plus/4 C128 M65

Sets the background color.

Syntax

BACKGROUND <color>
BACKGROUND <color>, <luminance>

Examples

CONST BLACK = 0
CONST WHITE = 1
BORDER BLACK : BACKGROUND WHITE

See also