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

type Rgb<S = DefaultScalar> = Srgb<S>;

A color represented as red, green and blue intensities.

This type is an alias for the Srgb type, a type that represents the sRGB color space.

If you are looking for more advanced control over the RGB space and component type, please see the palette crate's generic Rgb type.