Type Definition Srgb
amethyst_rendy::palette::rgb
type Srgb<T = f32> = Rgb<Srgb, T>;
Nonlinear sRGB.
impl IntoPod<vec3> for Srgb
fn into_pod(self) -> vec3
Converts Self to the supplied T GLSL type.
Self
T
impl IntoPod<[f32; 3]> for Srgb
fn into_pod(self) -> [f32; 3]