Enum criterion_plot::Color[][src]

pub enum Color {
    Black,
    Blue,
    Cyan,
    DarkViolet,
    ForestGreen,
    Gold,
    Gray,
    Green,
    Magenta,
    Red,
    Rgb(u8u8u8),
    White,
    Yellow,
}

Color

Variants

Custom RGB color

Trait Implementations

impl Set<Color> for Properties
[src]

Sets the line color

impl Set<Color> for Properties
[src]

Sets the line color

impl Set<Color> for Properties
[src]

Changes the color of the error bars

impl Set<Color> for Properties
[src]

Sets the fill color

impl Clone for Color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Color
[src]

Auto Trait Implementations

impl Send for Color

impl Sync for Color