A .NET static class for the ColorBrewer lookup library developed by Cynthia Brewer
Use it by calling:
ColorBru.Palettesto get a full list of the palettes;ColorBru.GetColors(Code code, byte numberOfColors)to get a list ofSystem.Drawing.Coloritems for the given code & number;GetHtmlCodes(Code code, byte numberOfColors)same as above but returning a string array of Html color codes.