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