plscol0:

Synopsis: Set color map 0 colors

Syntax: plscol0 ( COLOR, RED, GREEN, BLUE )

Description:

	Set the colors in the color map. COLOR is an integer between 1
	and 16, which idenitifies the color to be modified. RED,
	GREEN, and BLUE are integers between 0 and 255 signifying the
	amount of red, green and blue content in the color.

	The default colors are:

	  1. black (default background)
	  2. red
	  3. yellow
	  4. green
	  5. aquamarine
	  6. pink
	  7. wheat
	  8. grey
	  9. brown
	 10. blue
	 11. BlueViolet
	 12. cyan
	 13. turquoise
	 14. magenta
	 15. salmon
	 16. white (default foreground)

	Example:

	plscol0 ( 2, 255, 255, 255) # set color 2 to white
