Struct plotters_backend::BackendColor [−][src]
Expand description
The color type that is used by all the backend
Fields
alpha: f64rgb: (u8, u8, u8)Implementations
Trait Implementations
Get the color of current style
Get the stroke width of current style
Auto Trait Implementations
impl RefUnwindSafe for BackendColorimpl Send for BackendColorimpl Sync for BackendColorimpl Unpin for BackendColorimpl UnwindSafe for BackendColorBlanket Implementations
Mutably borrows from an owned value. Read more