Type Definition LinSrgba
palette::rgb
type LinSrgba<T = f32> = Rgba<Linear<Srgb>, T>;
Linear sRGB with an alpha component.