Trait dssim::ToGLU [] [src]

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

Grayscale Linear-light Unit scale

Required Methods

Implementations on Foreign Types

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

[src]

Implementors