Type Definition nannou_core::color::rgb::Srgb[][src]

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

Nonlinear sRGB.

Trait Implementations

Convert self into RGBA.