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

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

Linear sRGB with an alpha component.