rendy_texture::pixel

Type Alias Rgba8Sscaled

Source
pub type Rgba8Sscaled = Pixel<Rgba, _8, Iscaled>;
Expand description

Pixel type alias.

Aliased Type§

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

Fields§

§repr: [u8; 4]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rgba8Sscaled

Source§

const NAME: &'static str = "Rgba8Sscaled"

Name of the pixel type.
Source§

const SIZE: u32 = 4u32

Size of the pixel.
Source§

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

Pixel format.