dither_ordered

Function dither_ordered 

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

Applies Ordered Dithering (Bayer 8x8) to a frame.