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

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

Required methods

Implementations on Foreign Types

Implementors