Type Definition palette::rgb::Srgb[][src]

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

Non-linear sRGB.

Trait Implementations

Performs the conversion.