rendy_texture::pixel

Type Alias Rgba8Unorm

Source
pub type Rgba8Unorm = Pixel<Rgba, _8, Unorm>;
Expand description

Pixel type alias.

Aliased Type§

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

Fields§

§repr: [u8; 4]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rgba8Unorm

Source§

const NAME: &'static str = "Rgba8Unorm"

Name of the pixel type.
Source§

const SIZE: u32 = 4u32

Size of the pixel.
Source§

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

Pixel format.