Type Alias dssim_core::RGBAPLU

source ·
pub type RGBAPLU = RGBA<f32>;
Expand description

RGBA, but: premultiplied alpha, linear (using sRGB primaries, but not its gamma curve), f32 unit scale 0..1

Aliased Type§

struct RGBAPLU {
    pub r: f32,
    pub g: f32,
    pub b: f32,
    pub a: f32,
}

Fields§

§r: f32

Red

§g: f32

Green

§b: f32

Blue

§a: f32

Alpha