Simple color
A minimal Rust library for basic color handling with optional parsing and serialization.
Features
- 🎨 a
Colortype for RGB(A) representation - 🛠️
constconstructors and builder pattern - 📝 Hex string parsing (
"FF8000"→Color) - 📦 Optional features for real-world use cases
For more information have a look at the documentation.