rendy_texture::pixel

Type Alias Rgba16Sscaled

Source
pub type Rgba16Sscaled = Pixel<Rgba, _16, Iscaled>;
Expand description

Pixel type alias.

Aliased Type§

struct Rgba16Sscaled {
    pub repr: [u16; 4],
}

Fields§

§repr: [u16; 4]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Rgba16Sscaled

Source§

const NAME: &'static str = "Rgba16Sscaled"

Name of the pixel type.
Source§

const SIZE: u32 = 8u32

Size of the pixel.
Source§

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

Pixel format.