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

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

Non-linear sRGB with an alpha component.

Trait Implementations

Performs the conversion.

Performs the conversion.