Thus, the forms <TT>"yyyy"</TT> and <TT>"//yyyy"</TT> are
equivalent.
<P>At present, Graphviz recognizes the default color scheme <TT>X11</TT>,
- and the <A HREF="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewer/ColorBrewer_intro.html">Brewer color schemes</A>. Please note that Brewer
+ and the <A HREF="colors.html#brewer">Brewer color schemes</A> (cf. <A HREF="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewer/ColorBrewer_intro.html">ColorBrewer</A>). Please note that Brewer
color schemes are covered by this <A HREF=colors.html#brewer_license>license</A>.
<P>
Examples:<BR>
<td bgcolor=#8b8b00><a title=#8b8b00>yellow4</a></td>
<td bgcolor=#9acd32><a title=#9acd32>yellowgreen</a></td>
</table><HR>
+<H2><A NAME="brewer">Brewer color schemes</A></H1>
accent3 color scheme<BR>
<table border=1 align=center>
<tr align=center>
awk -f brewer.awk brewer_colors
cat colors.1 > colors.html
awk -f mkcolors.awk X11 >> colors.html
+ echo '<H2><A NAME="brewer">Brewer color schemes</A></H1>' >> colors.html
(for f in $$(cat brewerlist); do awk -f mkcolors.awk -s colortmp/$$f >> colors.html; done)
cat colors.n >> colors.html
rm -rf colortmp
Thus, the forms <TT>"yyyy"</TT> and <TT>"//yyyy"</TT> are
equivalent.
<P>At present, Graphviz recognizes the default color scheme <TT>X11</TT>,
-and the <A HREF="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewer/ColorBrewer_intro.html">Brewer color schemes</A>. Please note that Brewer
+and the <A HREF="colors.html#brewer">Brewer color schemes</A> (cf. <A HREF="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewer/ColorBrewer_intro.html">ColorBrewer</A>). Please note that Brewer
color schemes are covered by this <A HREF=colors.html#brewer_license>license</A>.
<P>
Examples:<BR>