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

type LinSrgba<T = f32> = Rgba<Linear<Srgb>, T>;
Expand description

Linear sRGB with an alpha component.

Trait Implementations

Performs the conversion.

Performs the conversion.