Function image_blend::pixelops::pixel_diff
source ยท pub fn pixel_diff(a: f64, b: f64) -> f64Expand description
Returns the absolute difference between a and b.
pub fn pixel_diff(a: f64, b: f64) -> f64Returns the absolute difference between a and b.