Trait dssim_core::ToGLU[][src]

pub trait ToGLU {
    fn to_glu(&self) -> Vec<f32>;
}

Grayscale Linear-light Unit scale

Required methods

fn to_glu(&self) -> Vec<f32>[src]

Loading content...

Implementations on Foreign Types

impl<M> ToGLU for [M] where
    M: GammaPixel<Output = f32>, 
[src]

Loading content...

Implementors

Loading content...