Type Definition palette::rgb::Srgb

source · []
pub type Srgb<T = f32> = Rgb<Srgb, T>;
Expand description

Non-linear sRGB.

Trait Implementations

Converts to this type from the input type.