[][src]Type Definition rendy_texture::pixel::Rgba8Unorm

type Rgba8Unorm = Pixel<Rgba, _8, Unorm>;
[]

Pixel type alias.

Trait Implementations

impl AsPixel for Rgba8Unorm[src][+]