Type Definition palette::rgb::LinSrgb

source · []
pub type LinSrgb<T = f32> = Rgb<Linear<Srgb>, T>;
Expand description

Linear sRGB.

Trait Implementations

Converts to this type from the input type.