Docs.rs
image-effects-0.1.0
image-effects 0.1.0
Permalink
Docs.rs crate page
MPL-2.0
Links
crates.io
Source
Owners
enbyss
Dependencies
image ^0.24.6
normal
ndarray ^0.15.6
normal
num ^0.4.1
normal
once_cell ^1.18.0
normal
palette ^0.7.2
normal
base64 ^0.21.2
dev
reqwest ^0.11.18
dev
Versions
49.14%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
image_
effects
0.1.0
image_effects
Type Alias
GradientMap
Copy item path
Source
pub type GradientMap<'a, Color> = &'a [(Color,
f32
)];