Trait dssim_core::GammaComponent[][src]

pub trait GammaComponent {
    fn max_value() -> usize;
fn to_linear(&self, lut: &[f32]) -> f32; }

See GammaPixel & ToRGBAPLU

Required methods

fn max_value() -> usize[src]

fn to_linear(&self, lut: &[f32]) -> f32[src]

Loading content...

Implementations on Foreign Types

impl GammaComponent for u8[src]

impl GammaComponent for u16[src]

Loading content...

Implementors

Loading content...