rendy_texture::pixel

Type Alias Bgr8Uscaled

Source
pub type Bgr8Uscaled = Pixel<Bgr, _8, Uscaled>;
Expand description

Pixel type alias.

Aliased Type§

struct Bgr8Uscaled {
    pub repr: [u8; 3],
}

Fields§

§repr: [u8; 3]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Bgr8Uscaled

Source§

const NAME: &'static str = "Bgr8Uscaled"

Name of the pixel type.
Source§

const SIZE: u32 = 3u32

Size of the pixel.
Source§

const FORMAT: Format = rendy_core::hal::format::Format::Bgr8Uscaled

Pixel format.