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