pub type DitherFn = fn(&mut [u8], usize) -> Result<()>;
Convenience alias for a dither method callback.