dither_float_slice_with

Function dither_float_slice_with 

Source
pub fn dither_float_slice_with<Src, Dest, M: LinearRng>(
    values: &[Src],
    method: &M,
) -> Vec<Dest>
where Src: DitherFloatConversion<Dest> + DitherFloat + CastableFrom<f64> + Copy + Send + Sync, Dest: Send,