[][src]Trait xblend::IntoRGBA

pub trait IntoRGBA<T: InnerType> {
    pub fn into_rgba(self) -> RGBA<T>;
}

A useful trait to convert the other type to RGBA

Required methods

pub fn into_rgba(self) -> RGBA<T>[src]

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...