Struct hsluv::Rgb [] [src]

pub struct Rgb { /* fields omitted */ }

Methods

impl Rgb
[src]

Trait Implementations

impl Debug for Rgb
[src]

Formats the value using the given formatter.

impl Clone for Rgb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Rgb
[src]

impl From<Xyz> for Rgb
[src]

Performs the conversion.

impl From<Hsluv> for Rgb
[src]

Performs the conversion.

impl From<Hpluv> for Rgb
[src]

Performs the conversion.