1/* SCCS-info %W% %E% */
2/* $Id: colors.vcg,v 1.4 1995/02/08 11:09:19 sander Exp $ */
3
4graph: {
5title: "Colortest1"
6x: 30
7y: 30
8height: 700
9width: 700
10
11color: pink
12
13node: { loc: { x: 10  y: 10  } width: 140 title: "A1black" label: "black" color: black textcolor: white }
14node: { loc: { x: 160  y: 10  } width: 140 title: "A1blue" label: "blue" color: blue }
15node: { loc: { x: 310  y: 10  } width: 140 title: "A1red" label: "red" color: red }
16node: { loc: { x: 460  y: 10  } width: 140 title: "A1green" label: "green" color: green }
17node: { loc: { x: 610  y: 10  } width: 140 title: "A1yellow" label: "yellow" color: yellow }
18node: { loc: { x: 10  y: 40  } width: 140 title: "A1magenta" label: "magenta" color: magenta }
19node: { loc: { x: 160  y: 40  } width: 140 title: "A1cyan" label: "cyan" color: cyan }
20node: { loc: { x: 310  y: 40  } width: 140 title: "A1white" label: "white" color: white }
21node: { loc: { x: 460  y: 40  } width: 140 title: "A1darkgrey" label: "darkgrey" color: darkgrey textcolor: white }
22node: { loc: { x: 610  y: 40  } width: 140 title: "A1darkblue" label: "darkblue" color: darkblue textcolor: white }
23node: { loc: { x: 10  y: 70  } width: 140 title: "A1darkred" label: "darkred" color: darkred textcolor: white }
24node: { loc: { x: 160  y: 70  } width: 140 title: "A1darkgreen" label: "darkgreen" color: darkgreen textcolor: white }
25node: { loc: { x: 310  y: 70  } width: 140 title: "A1darkyellow" label: "darkyellow" color: darkyellow textcolor: white }
26node: { loc: { x: 460  y: 70  } width: 140 title: "A1darkmagenta" label: "darkmagenta" color: darkmagenta textcolor: white }
27node: { loc: { x: 610  y: 70  } width: 140 title: "A1darkcyan" label: "darkcyan" color: darkcyan textcolor: white }
28node: { loc: { x: 10  y: 100  } width: 140 title: "A1gold" label: "gold" color: gold }
29node: { loc: { x: 160  y: 100  } width: 140 title: "A1lightgrey" label: "lightgrey" color: lightgrey }
30node: { loc: { x: 310  y: 100  } width: 140 title: "A1lightblue" label: "lightblue" color: lightblue }
31node: { loc: { x: 460  y: 100  } width: 140 title: "A1lightred" label: "lightred" color: lightred }
32node: { loc: { x: 610  y: 100  } width: 140 title: "A1lightgreen" label: "lightgreen" color: lightgreen }
33node: { loc: { x: 10  y: 130  } width: 140 title: "A1lightyellow" label: "lightyellow" color: lightyellow }
34node: { loc: { x: 160  y: 130  } width: 140 title: "A1lightmagenta" label: "lightmagenta" color: lightmagenta }
35node: { loc: { x: 310  y: 130  } width: 140 title: "A1lightcyan" label: "lightcyan" color: lightcyan }
36node: { loc: { x: 460  y: 130  } width: 140 title: "A1lilac" label: "lilac" color: lilac }
37node: { loc: { x: 610  y: 130  } width: 140 title: "A1turquoise" label: "turquoise" color: turquoise }
38node: { loc: { x: 10  y: 160  } width: 140 title: "A1aquamarine" label: "aquamarine" color: aquamarine }
39node: { loc: { x: 160  y: 160  } width: 140 title: "A1khaki" label: "khaki" color: khaki }
40node: { loc: { x: 310  y: 160  } width: 140 title: "A1purple" label: "purple" color: purple }
41node: { loc: { x: 460  y: 160  } width: 140 title: "A1yellowgreen" label: "yellowgreen" color: yellowgreen }
42node: { loc: { x: 610  y: 160  } width: 140 title: "A1pink" label: "pink" color: pink }
43node: { loc: { x: 10  y: 190  } width: 140 title: "A1orange" label: "orange" color: orange }
44node: { loc: { x: 160  y: 190  } width: 140 title: "A1orchid" label: "orchid" color: orchid }
45
46
47
48node: { loc: { x: 10  y: 220  } width: 140 title: "A2black" label: "black" textcolor: black }
49node: { loc: { x: 160  y: 220  } width: 140 title: "A2blue" label: "blue" textcolor: blue }
50node: { loc: { x: 310  y: 220  } width: 140 title: "A2red" label: "red" textcolor: red }
51node: { loc: { x: 460  y: 220  } width: 140 title: "A2green" label: "green" textcolor: green color: black }
52node: { loc: { x: 610  y: 220  } width: 140 title: "A2yellow" label: "yellow" textcolor: yellow color: black }
53node: { loc: { x: 10  y: 250  } width: 140 title: "A2magenta" label: "magenta" textcolor: magenta }
54node: { loc: { x: 160  y: 250  } width: 140 title: "A2cyan" label: "cyan" textcolor: cyan color: black }
55node: { loc: { x: 310  y: 250  } width: 140 title: "A2white" label: "white" textcolor: white color: black }
56node: { loc: { x: 460  y: 250  } width: 140 title: "A2darkgrey" label: "darkgrey" textcolor: darkgrey }
57node: { loc: { x: 610  y: 250  } width: 140 title: "A2darkblue" label: "darkblue" textcolor: darkblue }
58node: { loc: { x: 10  y: 280  } width: 140 title: "A2darkred" label: "darkred" textcolor: darkred }
59node: { loc: { x: 160  y: 280  } width: 140 title: "A2darkgreen" label: "darkgreen" textcolor: darkgreen }
60node: { loc: { x: 310  y: 280  } width: 140 title: "A2darkyellow" label: "darkyellow" textcolor: darkyellow }
61node: { loc: { x: 460  y: 280  } width: 140 title: "A2darkmagenta" label: "darkmagenta" textcolor: darkmagenta }
62node: { loc: { x: 610  y: 280  } width: 140 title: "A2darkcyan" label: "darkcyan" textcolor: darkcyan }
63node: { loc: { x: 10  y: 310  } width: 140 title: "A2gold" label: "gold" textcolor: gold }
64node: { loc: { x: 160  y: 310  } width: 140 title: "A2lightgrey" label: "lightgrey" textcolor: lightgrey color: black}
65node: { loc: { x: 310  y: 310  } width: 140 title: "A2lightblue" label: "lightblue" textcolor: lightblue color: black}
66node: { loc: { x: 460  y: 310  } width: 140 title: "A2lightred" label: "lightred" textcolor: lightred color: black}
67node: { loc: { x: 610  y: 310  } width: 140 title: "A2lightgreen" label: "lightgreen" textcolor: lightgreen color: black}
68node: { loc: { x: 10  y: 340  } width: 140 title: "A2lightyellow" label: "lightyellow" textcolor: lightyellow color: black}
69node: { loc: { x: 160  y: 340  } width: 140 title: "A2lightmagenta" label: "lightmagenta" textcolor: lightmagenta color: black}
70node: { loc: { x: 310  y: 340  } width: 140 title: "A2lightcyan" label: "lightcyan" textcolor: lightcyan color: black}
71node: { loc: { x: 460  y: 340  } width: 140 title: "A2lilac" label: "lilac" textcolor: lilac }
72node: { loc: { x: 610  y: 340  } width: 140 title: "A2turquoise" label: "turquoise" textcolor: turquoise color: black}
73node: { loc: { x: 10  y: 370  } width: 140 title: "A2aquamarine" label: "aquamarine" textcolor: aquamarine color: black}
74node: { loc: { x: 160  y: 370  } width: 140 title: "A2khaki" label: "khaki" textcolor: khaki color: black}
75node: { loc: { x: 310  y: 370  } width: 140 title: "A2purple" label: "purple" textcolor: purple }
76node: { loc: { x: 460  y: 370  } width: 140 title: "A2yellowgreen" label: "yellowgreen" textcolor: yellowgreen }
77node: { loc: { x: 610  y: 370  } width: 140 title: "A2pink" label: "pink" textcolor: pink color: black}
78node: { loc: { x: 10  y: 400  } width: 140 title: "A2orange" label: "orange" textcolor: orange }
79node: { loc: { x: 160  y: 400  } width: 140 title: "A2orchid" label: "orchid" textcolor: orchid }
80
81
82node: { loc: { x: 10 y: 430 }
83	title: "MM"
84	textcolor: darkgrey
85	color: lightyellow
86	bordercolor: blue
87	label:
88"Many ucolorsn in the same node
8902red01 blue10 darkgreen
9030uunderlinedn nonunderlined
91\fbbold \fuunderlined\fn and normal
92\fBmore bold \fu\f02u\f01n\f02d\f01e\f02r\f01l\f02i\f01n\f02e\f01d\f30\fn normal"
93}
94
95node: { loc: { x: 370 y: 430 }
96	title: "MM2"
97	textcolor: lilac
98	color: lightyellow
99	bordercolor: green
100	label:
101"Many ucolorsn in the same node
10202red01 blue10 darkgreen
10330uunderlinedn nonunderlined
104\fbbold \fuunderlined\fn and normal
105\fBmore bold \fu\f02u\f01n\f02d\f01e\f02r\f01l\f02i\f01n\f02e\f01d\f30\fn normal"
106}
107
108}
109
110