Type Definition palette::rgb::LinSrgba

source · []
pub type LinSrgba<T = f32> = Rgba<Linear<Srgb>, T>;
Expand description

Linear sRGB with an alpha component.

Trait Implementations

Converts to this type from the input type.

Converts to this type from the input type.