Google
 

Trailing-Edge - PDP-10 Archives - BB-AI48A-BM - datatrieve/pc350/monitor.cdd-plot
There are 3 other files named monitor.cdd-plot in the archive. Click here to see a list.
{
ie\\O\\#\.\B\J\9\HOUSEKEEP\ 0\S(M0(AL0)1(AH0L50S100)2(AH120L50S100)\) 0\+3(AH240L50S100))\3\= 0\6p[200,0]t(s6w(i3))"GREEN"p[200,120]t(w(i2))"RED" 0
\?p[200,240]t(w(i1))"BLUE"\G9\IHOUSEKEEP
DEFINE PLOT MONITOR
! MONITOR demonstrates color output and allows the user to
! adjust his/her color monitor.
ENTRY 0
    BEGIN
		PLOT HOUSEKEEP 0
	! Set the color values of the 4 intensities
	PRINT "S(M0(AL0)1(AH0L50S100)2(AH120L50S100)"
50S100))"
	! Display the names of the colors in the correct colors
 	PRINT "p[200,0]t(s6w(i3))""GREEN""p[200,120]t(w(i2))""RED""",
	      "p[200,240]t(w(i1))""BLUE"""
		PLOT HOUSEKEEP 2
    END
END_PLOT