apply_15bpp_dither

Function apply_15bpp_dither 

Source
pub fn apply_15bpp_dither(
    pixels: &mut [u8],
    sd: SpaceDimension,
    method_for_diffuse: MethodForDiffuse,
) -> Result<()>
Expand description

Apply a dither method based on MethodForDiffuse variant.