Struct simple_chart::bitmap::Color [] [src]

pub struct Color {
    pub r: u8,
    pub g: u8,
    pub b: u8,
}

Fields

Trait Implementations

impl Debug for Color
[src]

Formats the value using the given formatter.

impl<'a> From<&'a str> for Color
[src]

Performs the conversion.