dither

Function dither 

Source
pub fn dither<T>(
    value: T,
    min: T,
    one: T,
    dither_amplitude: T,
    index: u32,
    seed: u32,
) -> T
where T: DitherFloat,
Expand description

Dither a value using the default hash method (backward compatible).