tiff::decoder

Function invert_colors_unsigned

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