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

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

Nonlinear sRGB.

Trait Implementations

impl IntoPod<vec3> for Srgb[src]

impl IntoPod<[f32; 3]> for Srgb[src]