statement/COLOR                                               statement/COLOR
 
 NAME
     COLOR -- Assigns a color to the color source
 
 ABBREVIATION
     co <shift> L

 SYNOPSIS
     COLOR <color_src>,<color>[,<luminance>]

 FUNCTION
     Assigns a color to one of the 5 color sources:

     Number   Source
     ---------------------
       0      background
       1      foreground
       2      multicolor 1
       3      multicolor 2
       4      border

     Colors you can use are in the range 1-16 (1 is black, 2 is white, 9 is 
     orange, etc. from your keyboard color keys). As an option, you can 
     include the luminance level 0-7, with 0 being lowest and 7 being 
     highest. Luminance defaults to 7. Luminance lets you select from eight 
     levels of brightness for any color exept black.
 
 INPUTS
     <color_src> - color source (0-4)
     <color>     - color (1-16)
     <luminance> - luminance (0-7)
 
 RESULT
     Assigns a color to the color source.

 EXAMPLES
     COLOR 1,1
 
 NOTES
     None
 
 BUGS
     None
 
 SEE ALSO
     None