Type Definition palette::rgb::Srgba[][src]

type Srgba<T = f32> = Rgba<Srgb, T>;

Nonlinear sRGB with an alpha component.

Trait Implementations

impl<T, U> From<Alpha<Rgb<Linear<Srgb>, T>, T>> for Srgba<U> where
    T: FloatComponent,
    U: Component + FromComponent<T>, 
[src]

impl<T, U> From<Rgb<Linear<Srgb>, T>> for Srgba<U> where
    T: FloatComponent,
    U: Component + FromComponent<T>, 
[src]