BASIC COLOR Statement and Function - fvdhoef/aquarius-plus GitHub Wiki

COLOR

Coming Soon

TYPE: plusBASIC graphics statement


FORMAT: COLOR fgcolor , bgcolor

Action: Set default bitmap screen colors for CLEAR BITMAP in 40 and 80 column text and 1bpp bitmap modes.

  • fgcolor is the foreground color.
  • bgcolor is the background color.
  • Illegal quantity error results if either fgcolor or bgcolor is not in the range 0 through 15.

FORMAT: COLOR color

Action: Set default bitmap screen color for drawing pixels in 4bpp bitmap modes.

  • Illegal quantity error results if color is not in the range 0 through 15.