simple_dither

Function simple_dither 

Source
pub fn simple_dither<T>(value: T, one: T, index: u32, seed: u32) -> T
Expand description

Simple dither with default hash method (backward compatible).