22 releases (11 breaking)
new 0.31.1 | Mar 5, 2025 |
---|---|
0.30.0 | Dec 16, 2024 |
0.29.1 | Oct 1, 2024 |
0.28.1 | Jul 5, 2024 |
0.20.0 | Dec 8, 2022 |
#182 in Math
701,475 downloads per month
Used in 789 crates
(10 directly)
180KB
4K
SLoC
ecolor - egui color library
A simple color storage and conversion library.
Made for egui
.
lib.rs
:
Color conversions and types.
If you want a compact color representation, use Color32
.
If you want to manipulate RGBA colors use Rgba
.
If you want to manipulate colors in a way closer to how humans think about colors, use HsvaGamma
.
Feature flags
Dependencies
~225KB