swh:1:snp:7c21d1ef6b1a940ffbcf193284a7f8d0c51062e7
Raw File
Tip revision: 0737e8121aad00e24c12d1e9ec6ab3526e7dd033 authored by Joshua Cogliati on 19 February 2023, 16:37:16 UTC
Merge pull request #159 from dmalec/ISSUE-158-LIB-DEPENDENCIES
Tip revision: 0737e81
pencolor
PENCOLOR
PC

	outputs a color number, a nonnegative integer that is associated with
	a particular color, or a list of RGB values if such a list was used as
	the most recent input to SETPENCOLOR.  There are initial assignments
	for the first 16 colors:

	 0  black	 1  blue	 2  green	 3  cyan
	 4  red		 5  magenta	 6  yellow	 7 white
	 8  brown	 9  tan		10  forest	11  aqua
	12  salmon	13  purple	14  orange	15  grey

	but other colors can be assigned to numbers by the PALETTE command.

back to top