Function tiff::decoder::invert_colors_fp

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