[−][src]Trait plotters::style::Color
Any color representation
Required methods
fn rgb(&self) -> (u8, u8, u8)
Convert the RGB representation to the standard RGB tuple
fn alpha(&self) -> f64
Get the alpha channel of the color
Provided methods
fn mix(&self, value: f64) -> RGBAColor
Mix the color with given opacity
fn to_rgba(&self) -> RGBAColor
Convert the color into the RGBA color which is intrenally used by Plotters
fn filled(&self) -> ShapeStyle where
Self: Sized,
Self: Sized,
Make a filled style form the color
Implementors
impl Color for RGBAColor
[src]
fn rgb(&self) -> (u8, u8, u8)
[src]
fn alpha(&self) -> f64
[src]
fn to_rgba(&self) -> RGBAColor
[src]
fn mix(&self, value: f64) -> RGBAColor
[src]
fn filled(&self) -> ShapeStyle where
Self: Sized,
[src]
Self: Sized,
impl Color for Transparent
[src]
fn rgb(&self) -> (u8, u8, u8)
[src]
fn alpha(&self) -> f64
[src]
fn mix(&self, value: f64) -> RGBAColor
[src]
fn to_rgba(&self) -> RGBAColor
[src]
fn filled(&self) -> ShapeStyle where
Self: Sized,
[src]
Self: Sized,