[][src]Trait plotly::common::color::Color

pub trait Color {
    fn to_color_string(&self) -> String;
}

Required methods

fn to_color_string(&self) -> String

Loading content...

Implementations on Foreign Types

impl Color for str[src]

Loading content...

Implementors

impl Color for NamedColor[src]

impl Color for Rgb[src]

impl Color for Rgba[src]

impl<T> Color for T where
    T: AsRef<str> + Display + Sized
[src]

Loading content...