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

type Srgba<T = f32> = Rgba<Srgb, T>;

Nonlinear sRGB with an alpha component.