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]
impl Set<Color> for Propertiesfn set(&mut self, color: Color) -> &mut Properties[src]
fn set(&mut self, color: Color) -> &mut PropertiesSets the line color
impl Set<Color> for Properties[src]
impl Set<Color> for Propertiesfn set(&mut self, color: Color) -> &mut Properties[src]
fn set(&mut self, color: Color) -> &mut PropertiesSets the line color
impl Set<Color> for Properties[src]
impl Set<Color> for Propertiesfn set(&mut self, color: Color) -> &mut Properties[src]
fn set(&mut self, color: Color) -> &mut PropertiesChanges the color of the error bars
impl Set<Color> for Properties[src]
impl Set<Color> for Propertiesfn set(&mut self, color: Color) -> &mut Properties[src]
fn set(&mut self, color: Color) -> &mut PropertiesSets the fill color
impl Clone for Color[src]
impl Clone for Colorfn clone(&self) -> Color[src]
fn clone(&self) -> ColorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Color[src]
impl Copy for Color