Skip to content

BASIC DEF PALETTELIST Statement

Curtis F Kaylor edited this page Oct 11, 2023 · 1 revision

DEF PALETTELIST

TYPE: plusBASIC graphics statement


FORMAT: DEF PALETTELIST var$ = palette_list

Action: Creates a color palette list.

  • var$ is a simple string variable.
  • palette_list is a comma-separated list of palette numbers.
    • Each palette number is an integer in the range 0 through.

Example:

DEF PALETTELIST C$ = 2,2,3

Creates a color palette list consisting of palette numbers 2, 2, and 3.

Clone this wiki locally