dither_blue_noise

Function dither_blue_noise 

Source
pub fn dither_blue_noise(
    width: u16,
    height: u16,
    pixels: &[Rgb],
    palette: &[Rgb],
    strength: f32,
) -> Vec<u8> 
Expand description

Applies Blue Noise dithering to a frame.