tiff::decoder

Function invert_colors_fp

Source
fn invert_colors_fp<T>(buffer: &mut [T], max: T)
where T: Sub<T> + Sub<Output = T> + Copy,