Skip to content

A .NET static class for the ColorBrewer lookup library developed by Cynthia Brewer

Notifications You must be signed in to change notification settings

capesean/ColorBru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ColorBru

A .NET static class for the ColorBrewer lookup library developed by Cynthia Brewer

Use

Use it by calling:

  • ColorBru.Palettes to get a full list of the palettes;
  • ColorBru.GetColors(Code code, byte numberOfColors) to get a list of System.Drawing.Color items for the given code & number;
  • GetHtmlCodes(Code code, byte numberOfColors) same as above but returning a string array of Html color codes.

About

A .NET static class for the ColorBrewer lookup library developed by Cynthia Brewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages