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

type LinSrgb<T = f32> = Rgb<Linear, T>;

Linear sRGB.