Type Definition nannou::prelude::rgb::LinSrgb[][src]

type LinSrgb<T = f32> = Rgb<Linear<Srgb>, T>;
Expand description

Linear sRGB.