3 releases (breaking)
new 0.22.0 | May 23, 2023 |
---|---|
0.21.0 | Feb 8, 2023 |
0.20.0 | Dec 8, 2022 |
#174 in Encoding
41,713 downloads per month
Used in 197 crates
(3 directly)
34KB
872 lines
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
~0–260KB