Type Alias nannou::image::hdr::RGBE8Pixel

source ·
pub type RGBE8Pixel = Rgbe8Pixel;
👎Deprecated: Use Rgbe8Pixel instead
Expand description

Refer to wikipedia

An alias of Rgbe8Pixel.

TODO: remove

Aliased Type§

struct RGBE8Pixel {
    pub c: [u8; 3],
    pub e: u8,
}

Fields§

§c: [u8; 3]

Color components

§e: u8

Exponent