Function nannou::color::lin_srgb

source ·
pub fn lin_srgb<T>(r: T, g: T, b: T) -> Rgb<Linear<Srgb>, T>
where T: Component,
Expand description

A short-hand constructor for LinSrgb::new.