pub fn dither_blue_noise( width: u16, height: u16, pixels: &[Rgb], palette: &[Rgb], strength: f32, ) -> Vec<u8> ⓘ
Applies Blue Noise dithering to a frame.