Enum criterion_plot::Color
[−]
[src]
pub enum Color {
Black,
Blue,
Cyan,
DarkViolet,
ForestGreen,
Gold,
Gray,
Green,
Magenta,
Red,
Rgb(u8, u8, u8),
White,
Yellow,
}Color
Variants
BlackBlueCyanDarkVioletForestGreenGoldGrayGreenMagentaRedRgb(u8, u8, u8)Custom RGB color
WhiteYellow
Trait Implementations
impl Set<Color> for Properties[src]
fn set(&mut self, color: Color) -> &mut Properties[src]
Sets the line color
impl Set<Color> for Properties[src]
fn set(&mut self, color: Color) -> &mut Properties[src]
Sets the line color
impl Set<Color> for Properties[src]
fn set(&mut self, color: Color) -> &mut Properties[src]
Changes the color of the error bars
impl Set<Color> for Properties[src]
fn set(&mut self, color: Color) -> &mut Properties[src]
Sets the fill color
impl Clone for Color[src]
fn clone(&self) -> Color[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more