rendy_texture::pixel

Type Alias Bgr8Srgb

Source
pub type Bgr8Srgb = Pixel<Bgr, _8, Srgb>;
Expand description

Pixel type alias.

Aliased Type§

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

Fields§

§repr: [u8; 3]

Pixel representation.

Trait Implementations§

Source§

impl AsPixel for Bgr8Srgb

Source§

const NAME: &'static str = "Bgr8Srgb"

Name of the pixel type.
Source§

const SIZE: u32 = 3u32

Size of the pixel.
Source§

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

Pixel format.