[][src]Trait xblend::IntoRGB

pub trait IntoRGB<T: InnerType> {
    pub fn into_rgb(self) -> RGB<T>;
}

A useful trait to convert the other type to RGB

Required methods

pub fn into_rgb(self) -> RGB<T>[src]

Loading content...

Implementations on Foreign Types

impl<T: InnerType> IntoRGB<T> for (T, T, T)[src]

Loading content...

Implementors

Loading content...