Enum colorbrewer::Palette [] [src]

pub enum Palette {
    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,
}

Available color palettes

Variants

Trait Implementations

impl Debug for Palette
[src]

Formats the value using the given formatter.

impl PartialEq for Palette
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FromStr for Palette
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more