Expand description
§Average Colour
A small, simple library to get the average colour from an image, quickly (with WASM support)
Structs§
- Average
Color - AverageColor struct containing the rgb values
Enums§
- Error
- Error types for AvgCol
Type Aliases§
- Result
- Result type for AvgCol. Simply wraps the given type with the crate error
using the
std::result::Result
type