Skip to content

BASIC SAVE PALETTE Statement

Mike Hogsett edited this page Aug 5, 2024 · 3 revisions

SAVE PALETTE

TYPE: plusBASIC disk statement


FORMAT: SAVE PALETTE palette , filespec

Action: Reads palette and writes definition to SD card.

  • palette is the palette to write to SD card (see SET PALETTE).
  • filespec is a string expression containing an optional path and the full file name.

Example:

SAVE PALETTE 0,"default.pal" 

Writes palette 0 definition to file grayscale.pal.

Clone this wiki locally