Type Definition palette::rgb::Srgba

source · []
pub type Srgba<T = f32> = Rgba<Srgb, T>;
Expand description

Non-linear sRGB with an alpha component.

Trait Implementations

Converts to this type from the input type.

Converts to this type from the input type.