Struct dcolor::Rgb [] [src]

pub struct Rgb<T> {
    pub r: T,
    pub g: T,
    pub b: T,
}

Red-green-blue color type.

Fields