Sets the color for color map0 (see the Section called Color Map0 in Chapter 3).
    
| color
	  (PLINT, input)	    Integer representing the color.  The defaults at present are
	    (these may change):
	     Use| 0 | black (default background) |  | 1 | red (default foreground) |  | 2 | yellow |  | 3 | green |  | 4 | aquamarine |  | 5 | pink |  | 6 | wheat |  | 7 | grey |  | 8 | brown |  | 9 | blue |  | 10 | BlueViolet |  | 11 | cyan |  | 12 | turquoise |  | 13 | magenta |  | 14 | salmon |  | 15 | white | 
 plscmap0to change the entire map0 color palette andplscol0to change an individual color in the map0 color
	    palette.
 |