[][src]Trait color_space::FromRgb

pub trait FromRgb {
    fn from_rgb(rgb: &Rgb) -> Self;
}

Required methods

fn from_rgb(rgb: &Rgb) -> Self

Convert from an Rgb color.

Loading content...

Implementors

impl FromRgb for Cmy[src]

impl FromRgb for Cmyk[src]

impl FromRgb for Hsl[src]

impl FromRgb for Hsv[src]

impl FromRgb for HunterLab[src]

impl FromRgb for Lab[src]

impl FromRgb for Lch[src]

impl FromRgb for Luv[src]

impl FromRgb for Rgb[src]

impl FromRgb for Xyz[src]

impl FromRgb for Yxy[src]

Loading content...