Type Definition Rgba8Unorm
rendy::texture::pixel
type Rgba8Unorm = Pixel<Rgba, _8, Unorm>;
Pixel type alias.