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

type Rgb8Unorm = Pixel<Rgb, _8, Unorm>;

Pixel type alias.

Trait Implementations

impl AsPixel for Rgb8Unorm[src]