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