rendy_texture::pixel

Type Alias Bgra8Sscaled

Source
pub type Bgra8Sscaled = Pixel<Bgra, _8, Iscaled>;
Expand description

Pixel type alias.

Aliased Type§

struct Bgra8Sscaled {
    pub repr: [u8; 4],
}

Fields§

§repr: [u8; 4]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Bgra8Sscaled

Source§

const NAME: &'static str = "Bgra8Sscaled"

Name of the pixel type.
Source§

const SIZE: u32 = 4u32

Size of the pixel.
Source§

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

Pixel format.