[][src]Type Definition amethyst_rendy::palette::rgb::Srgba

type Srgba<T = f32> = Alpha<Rgb<Srgb, T>, T>;

Nonlinear sRGB with an alpha component.

Trait Implementations

impl IntoPod<vec4> for Srgba[src]

impl IntoPod<[f32; 4]> for Srgba[src]