BASIC Bitmap Statements and Functions - fvdhoef/aquarius-plus GitHub Wiki
COLOR
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 errorresults 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 errorresults if color is not in the range 0 through 15.