pub struct Chrome {
pub axis: Rgb,
pub title: Rgb,
}Expand description
Colors for axes/labels (axis) and the title (title). Legend swatches
carry their own color per entry; legend NAME text uses axis.
Fields§
§axis: Rgb§title: RgbTrait Implementations§
Auto Trait Implementations§
impl Freeze for Chrome
impl RefUnwindSafe for Chrome
impl Send for Chrome
impl Sync for Chrome
impl Unpin for Chrome
impl UnsafeUnpin for Chrome
impl UnwindSafe for Chrome
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