[][src]Struct plotters::prelude::Transparent

pub struct Transparent;

The predefined transparent

Trait Implementations

impl Color for Transparent[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

Auto Trait Implementations

impl Send for Transparent

impl Sync for Transparent

Blanket Implementations

impl<T> BackendStyle for T where
    T: Color
[src]

type ColorType = T

The underlying type reprsents the color for this style

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.