Type Definition palette::rgb::GammaSrgb

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

Gamma 2.2 encoded sRGB.