Type Alias DitherFn

Source
pub type DitherFn = fn(&mut [u8], usize) -> Result<()>;
Expand description

Convenience alias for a dither method callback.