pub enum Color {
}
Expand description
Color
Variants§
Black
Blue
Cyan
DarkViolet
ForestGreen
Gold
Gray
Green
Magenta
Red
Rgb(u8, u8, u8)
Custom RGB color
White
Yellow
Trait Implementations§
Source§impl Set<Color> for Properties
impl Set<Color> for Properties
Source§fn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Sets the line color
Source§impl Set<Color> for Properties
impl Set<Color> for Properties
Source§fn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Sets the line color
Source§impl Set<Color> for Properties
impl Set<Color> for Properties
Source§fn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Changes the color of the error bars
Source§impl Set<Color> for Properties
impl Set<Color> for Properties
Source§fn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Sets the fill color
impl Copy for Color
Auto Trait Implementations§
impl Freeze for Color
impl RefUnwindSafe for Color
impl Send for Color
impl Sync for Color
impl Unpin for Color
impl UnwindSafe for Color
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more