Trait dssim::ToRGBAPLU [] [src]

pub trait ToRGBAPLU {
    fn to_rgbaplu(&self) -> Vec<RGBAPLU>;
}

RGBA Premultiplied Linear-light Unit scale

Convenience function .to_rgbaplu() to convert RGBA bitmaps to a format useful for DSSIM.

Required Methods

Implementations on Foreign Types

impl<P> ToRGBAPLU for [P] where
    P: GammaPixel<Output = RGBAPLU>, 
[src]

[src]

Implementors