pub fn dither_ordered( width: u16, height: u16, pixels: &[Rgb], palette: &[Rgb], strength: f32, ) -> Vec<u8> ⓘ
Applies Ordered Dithering (Bayer 8x8) to a frame.