Type Definition nannou::color::LinSrgb[][src]

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

Linear sRGB.