[−][src]Struct plotters::prelude::Transparent
The predefined transparent
Trait Implementations
impl Color for Transparent
[src]
fn rgb(&self) -> (u8, u8, u8)
[src]
fn alpha(&self) -> f64
[src]
fn mix(&self, value: f64) -> RGBAColor
[src]
Mix the color with given opacity
fn to_rgba(&self) -> RGBAColor
[src]
Convert the color into the RGBA color which is intrenally used by Plotters
fn filled(&self) -> ShapeStyle where
Self: Sized,
[src]
Self: Sized,
Make a filled style form the color
Auto Trait Implementations
impl Send for Transparent
impl Sync for Transparent
Blanket Implementations
impl<T> BackendStyle for T where
T: Color,
[src]
T: Color,
type ColorType = T
The underlying type reprsents the color for this style
fn as_color(&Self) -> RGBAColor
[src]
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,