dither_float_slice

Function dither_float_slice 

Source
pub fn dither_float_slice<Src, Dest>(values: &[Src], seed: u32) -> Vec<Dest>
where Src: DitherFloatConversion<Dest> + DitherFloat + CastableFrom<f64> + Copy + Send + Sync, Dest: Send,