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

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

Linear sRGB with an alpha component.