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

pub trait Color {
    fn to_color(&self) -> ColorWrapper;
}

Required methods

fn to_color(&self) -> ColorWrapper[src]

Loading content...

Implementations on Foreign Types

impl Color for f64[src]

impl Color for str[src]

impl Color for &str[src]

impl Color for String[src]

impl Color for &String[src]

Loading content...

Implementors

impl Color for NamedColor[src]

impl Color for Rgb[src]

impl Color for Rgba[src]

Loading content...