rendy_texture::pixel

Type Alias Bgr8Sscaled

Source
pub type Bgr8Sscaled = Pixel<Bgr, _8, Iscaled>;
Expand description

Pixel type alias.

Aliased Type§

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

Fields§

§repr: [u8; 3]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Bgr8Sscaled

Source§

const NAME: &'static str = "Bgr8Sscaled"

Name of the pixel type.
Source§

const SIZE: u32 = 3u32

Size of the pixel.
Source§

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

Pixel format.