User Tools

Site Tools


ugbasic:user:colormap_clear
Translations of this page:


ugBASIC User Manual

COLORMAP CLEAR

SYNTAX

  • COLORMAP CLEAR WITH # [integer] ON # [integer]
  • COLORMAP CLEAR WITH [expression] ON [expression]
  • COLORMAP CLEAR

PURPOSE

Erase the entire color map, using a foreground and a background color.

EXAMPLE

 COLORMAP CLEAR WITH #$0 ON #$1
 COLORMAP CLEAR WITH YELLOW ON RED
 COLORMAP CLEAR

AVAILABLE ON

  • Commodore 64

SEE ALSO