logo
pub trait ToRGBAPLU {
    fn to_rgbaplu(&self) -> Vec<RGBAPLU>;
fn to_rgblu(&self) -> Vec<RGBLU>; }
Expand description

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

Implementors