Docs.rs
image-blend-0.1.7
image-blend 0.1.7
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Seb105
Dependencies
image ^0.25.2
normal
num-traits ^0.2.19
normal
thiserror ^1.0.63
normal
rayon ^1.10.0
dev
Versions
70.59%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pixel_diff
image_
blend
0.1.7
In image_
blend::
pixelops
image_blend
::
pixelops
Function
pixel_
diff
Copy item path
Source
pub fn pixel_diff(a:
f64
, b:
f64
) ->
f64
Expand description
Returns the absolute difference between
a
and
b
.