Function tiff::decoder::invert_colors_unsigned

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