[][src]Struct plotters::style::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

fn filled(&self) -> ShapeStyle where
    Self: Sized
[src]

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]

type ColorType = T

The underlying type reprsents the color for this style

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.