Type Definition Srgba
amethyst_rendy::palette
type Srgba<T = f32> = Alpha<Rgb<Srgb, T>, T>;
Nonlinear sRGB with an alpha component.
impl IntoPod<[f32; 4]> for Srgba
fn into_pod(self) -> [f32; 4]
Converts Self to the supplied T GLSL type.
Self
T
impl IntoPod<vec4> for Srgba
fn into_pod(self) -> vec4