Copyright | (c) 2013 Jeffrey Rosenbluth |
---|---|
License | BSD-style (see LICENSE) |
Maintainer | jeffrey.rosenbluth@gmail.com |
Safe Haskell | Safe |
Language | Haskell2010 |
Data.Colour.Palette.BrewerSet
Description
Sets of between 3 and 12 colors. This product includes color specifications and designs developed by Cynthia Brewer (http:/colorbrewer.org).
Color schemes from Cynthia Brewer.
brewerSet :: ColorCat -> Int -> [Kolor] Source #
Obtain a list of colors for the color scheme designated by category and
number n
of colors in the theme. If the category and/or number does not
exist then returns a list black
repeated n
times.
Synonym for Colour Double
Colour Categories
Categories of color sets. Each category has several lists of colors. Each one containing the number of colors in the range specfied.
Constructors
YlGn |
|
YlGnBu |
|
GnBu |
|
BuGn |
|
PuBuGn |
|
PuBu |
|
BuPu |
|
RdPu |
|
PuRd |
|
OrRd |
|
YlOrRd |
|
YlOrBr |
|
Purples |
|
Blues |
|
Greens |
|
Oranges |
|
Reds |
|
Greys |
|
PuOr |
|
BrBG |
|
PRGn |
|
PiYG |
|
RdBu |
|
RdGy |
|
RdYlBu |
|
Spectral |
|
RdYlGn |
|
Accent |
|
Dark2 |
|
Paired |
|
Pastel1 |
|
Pastel2 |
|
Set1 |
|
Set2 |
|
Set3 |
|