You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
%!
/colorcirsave save def % prevent left over effects
gsave/Times-Roman findfont 24 scalefont setfont72 72 translate 0 0 moveto 1 0 0 setrgbcolor (Red) show72 0 translate 0 0 moveto 0 1 0 setrgbcolor (Green) show72 0 translate 0 0 moveto 0 0 1 setrgbcolor (Blue) show72 0 translate 0 0 moveto 1 1 0 setrgbcolor (Yellow) show72 0 translate 0 0 moveto 1 0 1 setrgbcolor (Pink) show72 0 translate 0 0 moveto 0 1 1 setrgbcolor (Cyan) show72 0 translate 0 0 moveto 0.9 0.9 0.9 setrgbcolor ('White') showgrestore
0.0 setlinewidth
/length 0.1 def/width 0.02 def/hsvcircle {gsave /h 0.0 def 0 4 360 { pop gsave 0.5 0.0 translate
newpath 0.0 0.0 moveto length 0.0 lineto length width lineto 0.0 width lineto closepath h 1.0 1.0 sethsbcolor fill
%newpath
%0.0 0.0 moveto
%length 0.0 lineto
%length width lineto
%0.0 width lineto
%closepath
%0.0 setgray
%stroke
grestore /h h 4 360 div add def 4 rotate } forgrestore} def
/graycircle {gsave /h -1.0 def 0 4 360 { pop gsave 0.5 0.0 translate
newpath 0.0 0.0 moveto length 0.0 lineto length width lineto 0.0 width lineto closepath
h abs setgray fill
%newpath
%0.0 0.0 moveto
%length 0.0 lineto
%length width lineto
%0.0 width lineto
%closepath
%0.0 setgray
%stroke
grestore
/h h 8 360 div add def 4 rotate } forgrestore} def
0.0 setlinewidth0.0 setgray300 400 translate500 500 scale
30 rotate 1.0 0.7 scale-30 rotate
hsvcircle0.8 0.8 scalegraycircle0.8 0.8 scalehsvcircle0.8 0.8 scalegraycircle0.8 0.8 scalehsvcircle0.8 0.8 scalegraycircle0.8 0.8 scalehsvcircle0.8 0.8 scalegraycircle0.8 0.8 scalehsvcircle0.8 0.8 scalegraycircle0.8 0.8 scalehsvcircle0.8 0.8 scalegraycircle0.8 0.8 scalehsvcircle0.8 0.8 scalegraycircle
clear cleardictstackcolorcirsave restore% Per page independence description in the PLRM Section 3.7.3, showpage follows restore
showpage
|